#8777 closed bug (fixed)
jQuery 1.6: undelegate() accepts custom namespaced events
Reported by: | Rick Waldron | Owned by: | Rick Waldron |
---|---|---|---|
Priority: | blocker | Milestone: | 1.6 |
Component: | event | Version: | 1.5.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Copied directly from jQuery 1.6 Roadmap:
I noticed that undelegate doesn't seem to work with a custom namespaced event.
If you undelegate('selector', '.namespace') it doesn't work, but if you unbind('.namespace') that same thing, it does.
Here's a fiddle that explains what I expected
http://jsfiddle.net/matthewlein/7LRmR/
seems like something useful for plugins or widgets that want to delegate.
Change History (3)
comment:1 Changed 12 years ago by
Component: | unfiled → event |
---|---|
Milestone: | 1.next → 1.6 |
Owner: | set to Rick Waldron |
Priority: | undecided → blocker |
Status: | new → assigned |
comment:2 Changed 12 years ago by
First pass at what might be the gnarliest thing ever... https://github.com/rwldrn/jquery/tree/8777
Note: See
TracTickets for help on using
tickets.
http://jsfiddle.net/rwaldron/NjCWS/