标签:blog bsp console pre div jquery str style ons
//jQuery实时监听input值变化 $("#email").on("input propertychange",function(){ var str = $(this).val(); console.log(str); //alert(str); });
标签:blog bsp console pre div jquery str style ons
原文地址:http://www.cnblogs.com/wuqianling/p/7426999.html