jQuery-Plugins
jQuery-Plugins copied to clipboard
onchange event not called
I have an input control which I use like this
$("#money").numeric(".");
$(#money").change(function() { alert ("Never called"); });
Any idea what is going on here ?
I discovered this same issue. Using the latest jQuery (1.10.2 as of this writing) and every version of IE up to 10. change and input events are not called when numeric is applied to a textbox.