<input type="text" name="" id="name">
<script type="text/javascript">
$(function(){
$(' #name').change(function(){
console.log($(this))
$('this').css('BackgroundColor','red');
})
</script>
? ???? ????> $(this)? ??? ??? ? ??? ????
????? ??