don't know
红色熊猫
红色熊猫 2019-02-18 10:37:15
0
2
1071

<input type="text" name="" id="name">


##<script type="text/javascript">

$(function(){

$('#name').change(function(){

console.log($(this))

$('this').css('backgroundColor','red');

})

})

</script>


Why this doesn’t work> $(this) gets the input when printed out on the console

红色熊猫
红色熊猫

reply all(1)
lh

More single quotes

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template