Opened 11 years ago
Closed 11 years ago
#10333 closed bug (invalid)
.not() method doesn't work in combination with .live()
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.6.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello,
I have noticed the .not() method doesn't work in combination with the .live() method.
Here is an example on JSfiddle: http://jsfiddle.net/YFrag/2/
Best, Christophe
Note: See
TracTickets for help on using
tickets.
As documented, the only valid way to use
.live()
is directly after a jQuery selector:$("selector").live( ... )
http://api.jquery.com/live/