http://union.suning.com/aas/open/vistorAd.action?userId=124924&webSiteId=12164&adInfoId=6494&adBookId=48681&subUserEx=155412&vistURL=http://www.suning.com

jq改变文本框内容自动执行

$('#GiveNum').bind('input propertychange', function() {
var x = $("#GiveNum").val();
$("#moneys").text(parseInt(x) / <%=_Site.rate %>);
});

posted @ 2017-07-03 11:07  .netpjava  阅读(426)  评论(0编辑  收藏  举报