Opened 12 years ago
Closed 12 years ago
#10640 closed bug (invalid)
live('hover') does not fire 2nd function
Reported by: | 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'); });
Note: See
TracTickets for help on using
tickets.
The
live()
method does not support that argument signature. For support questions, please use the forumshttp://forum.jquery.com/