用到了 bind和propertychange两个函数
例如在name=searchText的input里边输入文字 进行实时检测
$("input[name=searchText]").bind('input propertychange',function(){});
用到了 bind和propertychange两个函数
例如在name=searchText的input里边输入文字 进行实时检测
$("input[name=searchText]").bind('input propertychange',function(){});