Modify ↓
Ticket #9211 (closed bug: duplicate)
wrong event type
| Reported by: | j.koehler@… | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.next |
| Component: | event | Version: | 1.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
$('ul > li').live('mouseenter mouseleave',function(event){
if (event.type == 'mouseenter') {
event type is mouseover
bug?
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.
