#4522 closed bug (invalid)
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
Note: See
TracTickets for help on using
tickets.
jQuery UI issue.