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 ?