<input type="text" name="" id="name">
#<script type="text/javascript">
$(function(){
$('#name').change(function(){
# console.log($(this))
$('this').css('backgroundColor','red');
})
</script>
為什麼這樣不行> $(this)在控制台列印出來時是取得到input的
多了單引號
多了單引號