Skip to main content

Bug Tracker

Side navigation

#10640 closed bug (invalid)

Opened November 02, 2011 06:36PM UTC

Closed November 02, 2011 06:48PM UTC

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

Reported by: anthony@ettinger.name 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');
});
Attachments (0)
Change History (1)

Changed November 02, 2011 06:48PM UTC by rwaldron comment:1

resolution: → invalid
status: newclosed

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

http://forum.jquery.com/