Rumah > Soal Jawab > teks badan
<input type="text" name="" id="name">
<script type="text/javascript">
$(function(){
$(' #name').change(function(){
console.log($(this))
$('this').css('backgroundColor','red');
})
})
</skrip>
Mengapa ini tidak berfungsi?> $(ini) mendapat input apabila dicetak pada konsol