Bug Tracker

Opened 12 years ago

Closed 12 years ago

#10640 closed bug (invalid)

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

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

Description

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

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

Change History (1)

comment:1 Changed 12 years ago by Rick Waldron

Resolution: invalid
Status: newclosed

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

http://forum.jquery.com/

Note: See TracTickets for help on using tickets.