jQuery在谷歌浏览器下input标签不支持onchange
不知道你是不是把方法已经注册了,jQuery('document').ready(function(){ jQuery(".productNum").bind("change",function(){ alert("dfdf"); }); });另外:建议将:$(".productNum").写成是:jQuery(".productNum").
不知道你是不是把方法已经注册了,jQuery('document').ready(function(){ jQuery(".productNum").bind("change",function(){ alert("dfdf"); }); });另外:建议将:$(".productNum").写成是:jQuery(".productNum").
还没有评论,来说两句吧...