首頁 > 問答 > 主體
<input type="text" name="" id="name">
#<script type="text/javascript">
$(function(){
$('#name').change(function(){
# console.log($(this))
$('this').css('backgroundColor','red');
})
</script>
為什麼這樣不行> $(this)在控制台列印出來時是取得到input的
lh2019-02-19 18:01:11
多了單引號
首頁
課程
問答
我的