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