집 > 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)는 콘솔에 인쇄될 때 입력을 받습니다
lh2019-02-19 18:01:11
작은따옴표 추가
집
강의
Q&A
나의