Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
Description
http://jsfiddle.net/chovy/pPMsh/
$("li").live('hover', function(e){
console.log('over2');
}, function(e){
console.log('out2');
});
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

The live() method does not support that argument signature. For support questions, please use the forums
http://forum.jquery.com/