<input type="text" name="" id="name">
<script type="text/javascript">
$(function(){
$(' #name').change(function(){
console.log($(this))
$('this').css('BackgroundColor','red');
})
</script>
왜 작동하지 않나요?> $(this)는 콘솔에 인쇄될 때 입력을 받습니다
작은따옴표 추가
작은따옴표 추가