>  Q&A  >  본문

모른다

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


<script type="text/javascript">

$(function(){

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

console.log($(this))

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

})

})

</script>


왜 작동하지 않나요?> $(this)는 콘솔에 인쇄될 때 입력을 받습니다

红色熊猫红色熊猫2092일 전1064

모든 응답(2)나는 대답할 것이다

  • lh

    lh2019-02-19 18:01:11

    작은따옴표 추가

    회신하다
    0
  • 취소회신하다