Bug Tracker

Modify

Ticket #10640 (closed bug: invalid)

Opened 19 months ago

Last modified 19 months ago

live('hover') does not fire 2nd function

Reported by: anthony@… Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.6.2
Keywords: Cc:
Blocking: Blocked by:

Description

 http://jsfiddle.net/chovy/pPMsh/

$("li").live('hover', function(e){
    console.log('over2');
}, function(e){
    console.log('out2');
});

Change History

comment:1 Changed 19 months ago by rwaldron

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

The live() method does not support that argument signature. For support questions, please use the forums

 http://forum.jquery.com/

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.