Opened 14 years ago
Closed 12 years ago
#3885 closed enhancement (fixed)
live() don't call first assigned event on multiple event binding
Reported by: | alx | Owned by: | john |
---|---|---|---|
Priority: | major | Milestone: | 1.3.1 |
Component: | event | Version: | 1.3 |
Keywords: | live events | Cc: | |
Blocked by: | Blocking: |
Description
If you call the live method with more than one event assigned the first one will not be triggered. It is not important how many you assign, only the first will not triggered.
$(selector).live("event event", function(e) { } );
Made a testcase with a working .bind() example:
Change History (3)
comment:1 Changed 14 years ago by
Owner: | changed from brandon to john |
---|---|
Type: | bug → enhancement |
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Implemented in jQuery 1.4.
Note: See
TracTickets for help on using
tickets.
This hasn't been added yet - would like to add at some point. Morphing into an enhancement bug.