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