Side navigation
#4522 closed bug (invalid)
Opened April 12, 2009 12:04AM UTC
Closed April 22, 2009 05:25AM UTC
Last modified March 13, 2012 05:24PM UTC
Last JQuery core doesn't bind UI.spinner events
Reported by: | andryx86 | Owned by: | brandon |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | event | Version: | 1.3.2 |
Keywords: | spinner event bind | Cc: | |
Blocked by: | Blocking: |
Description
Spinner seems to don't bind events (events with callback functions declared in the spinner initializzation or then, with bind).
I solve this problem downgrading my jquery core source from 1.3 to 1.2.
With the older version it works normally.
An example:
$("#cart_1").spinner({
min: 10,
stepping: 1,
max: 30,
start: 10,
spin: function(e,ui) {
alert('ciao');
}
});
With the last jquery core the callback will never been called.
I send the same bug report to jquery ui site.
Thanks for the great work you are doing!
Andrea
Attachments (0)
Change History (1)
Changed April 22, 2009 05:25AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
jQuery UI issue.