Skip to main content

Bug Tracker

Side navigation

#10303 closed bug (invalid)

Opened September 18, 2011 01:03PM UTC

Closed September 18, 2011 02:20PM UTC

Click event via live method doesn't stop actual DOM bubbling.

Reported by: Somebi Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:
Description

I'm not sure, but it seems like a bug.

Here are samples:

http://jsfiddle.net/QNrZu/

Thanks ;)

Attachments (0)
Change History (1)

Changed September 18, 2011 02:20PM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

Please read the documentation for .live(). If your example stopped DOM bubbling, .live() would not see the event on the document where it is attached.

http://api.jquery.com/live/