文本框改变事件

     	  //文本框改变事件
       $('.text_name').bind('input propertychange', function() {
             $('.text_div_all').css('display','none');    
        }); 

demo:http://jsfiddle.net/PVpZf/

 

原文地址:https://www.cnblogs.com/hgj123/p/5534270.html