Bug Tracker

Modify

Ticket #10333 (closed bug: invalid)

Opened 20 months ago

Last modified 20 months ago

.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

comment:1 Changed 20 months ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

As documented, the only valid way to use .live() is directly after a jQuery selector: $("selector").live( ... )

 http://api.jquery.com/live/

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.