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

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

原文地址:https://www.cnblogs.com/lushixiong/p/7110128.html