change事件不生效

$("#id input").on('input',function(){  
   alert('测试change事件!')  
});  

编程技巧