Bug Tracker

Modify

Ticket #4522 (closed bug: invalid)

Opened 4 years ago

Last modified 15 months ago

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:
Blocking: Blocked by:

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

Change History

comment:1 Changed 4 years ago by brandon

  • Status changed from new to closed
  • Resolution set to invalid

jQuery UI issue.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.