//jQuery实时监听input值变化 $("#email").on("input propertychange",function(){ ???var str = $(this).val(); ???console.log(str); ???//alert(str);});
使用jQuery实时监听input输入值的变化
原文地址:http://www.cnblogs.com/wuqianling/p/7426999.html
//jQuery实时监听input值变化 $("#email").on("input propertychange",function(){ ???var str = $(this).val(); ???console.log(str); ???//alert(str);});
使用jQuery实时监听input输入值的变化
原文地址:http://www.cnblogs.com/wuqianling/p/7426999.html