Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
990
igNumericEditor does not raise the ignumericeditorvalueChanged event
posted

I add a delegate for my igNumericEditor using the following code:

$(document).delegate("#TimeframeModel-NumberOfDays""ignumericeditorvalueChanged"function (evt, ui) {
    alert("Value changed");
});

However, the event is never raised.  What am i doing wrong?

-wvusaf