Skip to main content

Bug Tracker

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:

http://blog.metaen.de/static/sites/livebug/index.html

Attachments (0)
Change History (3)

Changed January 16, 2009 03:15AM UTC by john comment:1

owner: brandonjohn
type: bugenhancement

This hasn't been added yet - would like to add at some point. Morphing into an enhancement bug.

Changed January 17, 2009 04:19AM UTC by dmethvin comment:2

I've clarified the current limitation in the wiki.

Changed November 13, 2010 08:09PM UTC by dmethvin comment:3

resolution: → fixed
status: newclosed

Implemented in jQuery 1.4.