html
<input type="text" id="id">
jquery
$("#id").bind('input propertychange',function() { //dosomething } });