//文本框改变事件 $(‘.text_name‘).bind(‘input propertychange‘, function() { $(‘.text_div_all‘).css(‘display‘,‘none‘); }); demo:http://jsfiddle.net/PVpZf/
时间: 2024-10-11 03:15:22
//文本框改变事件 $(‘.text_name‘).bind(‘input propertychange‘, function() { $(‘.text_div_all‘).css(‘display‘,‘none‘); }); demo:http://jsfiddle.net/PVpZf/