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