Bug Tracker

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#6182 closed bug (fixed)

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.

Change History (2)

comment:1 Changed 13 years ago by john

Resolution: fixed
Status: newclosed

comment:2 Changed 13 years ago by cowboy

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

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

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

Note: See TracTickets for help on using tickets.