Skip to main content

Bug Tracker

Side navigation

#6182 closed bug (fixed)

Opened February 26, 2010 02:25PM UTC

Closed February 26, 2010 02:26PM UTC

Last modified March 26, 2010 12:03AM UTC

Make sure .live() bubbles unless explicitly stopped

Reported by: john Owned by:
Priority: Milestone: 1.4.3
Component: event Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:
Description

Right now $("div").live("click", fn) won't bubble up to multiple clicks, like a normal bind would.

Attachments (0)
Change History (2)

Changed February 26, 2010 02:26PM UTC by john comment:1

resolution: → fixed
status: newclosed

Changed March 26, 2010 12:03AM UTC by cowboy comment:2

Just for reference, these links show the before & after.

Before:

http://jsfiddle.net/cowboy/bKwc7/

After:

http://jsfiddle.net/cowboy/DpQm9/