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
Attachments (0)
Change History (1)
Changed September 18, 2011 02:20PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
Please read the documentation for
.live()
. If your example stopped DOM bubbling,.live()
would not see the event on thedocument
where it is attached.http://api.jquery.com/live/