Opened 14 years ago
Closed 14 years ago
#3787 closed bug (fixed)
jquery live - callback not firing when bound to more than one event
Reported by: | csytan | Owned by: | brandon |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | event | Version: | 1.2.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
If the same callback function is bound to more than one jQuery live event, it will only fire for the last registered event.
version: jQuery v1.3b2pre rev 6052
test page: http://csytan.googlepages.com/livetest.html
Note: See
TracTickets for help on using
tickets.
Fixed in SVN revs [6074-6075].