文本框改变事件

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

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

 

posted @ 2016-05-27 13:05  麦田守望者~  阅读(251)  评论(0编辑  收藏  举报