Side navigation
#10333 closed bug (invalid)
Opened September 23, 2011 12:04PM UTC
Closed September 23, 2011 12:35PM UTC
.not() method doesn't work in combination with .live()
Reported by: | info@agmino.com | 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
Attachments (0)
Change History (1)
Changed September 23, 2011 12:35PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
As documented, the only valid way to use
.live()
is directly after a jQuery selector:$("selector").live( ... )
http://api.jquery.com/live/