Modify ↓
Ticket #10333 (closed bug: invalid)
.not() method doesn't work in combination with .live()
| Reported by: | info@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.6.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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/