Side navigation
#3885 closed enhancement (fixed)
Opened January 16, 2009 02:51AM UTC
Closed November 13, 2010 08:09PM UTC
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:
Attachments (0)
Change History (3)
Changed January 16, 2009 03:15AM UTC by comment:1
owner: | brandon → john |
---|---|
type: | bug → enhancement |
Changed January 17, 2009 04:19AM UTC by comment:2
I've clarified the current limitation in the wiki.
Changed November 13, 2010 08:09PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Implemented in jQuery 1.4.
This hasn't been added yet - would like to add at some point. Morphing into an enhancement bug.