Javascript. document.create
Is the if statement saying if placeholder is not in
document.create(input)? Why is it using document.create.
<input type="text" placeholder="john Doe">
<input type="email">
<script>
if( !'placeholder' in document.createElement('input'){
}
No comments:
Post a Comment