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 comment:1
| resolution: | → invalid |
|---|---|
| status: | new → closed |
The
live()method does not support that argument signature. For support questions, please use the forumshttp://forum.jquery.com/