Modify ↓
Ticket #3190 (closed bug: duplicate)
HOVER doesn't work on area tag in IE
| Reported by: | slayne | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | event | Version: | 1.2.6 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Hi, In response to closed ticket #3183, mouseenter and mouseleave are the event fired by the HOVER function.
I am not the only one embarrassed http://groups.google.com/group/jquery-en/browse_thread/thread/8fefc900532f7727
If I write this
jQuery("#myElement").hover(...)
that doesn't work on IE if myElement is an AREA element.
But it works perfectly on Firefox or on other elements (DIV, IMG, A...)
An example of the usefulness of wanting to do this :
- beautify tooltips on areas of the image
- display more details in areas of an image when mouseover ...
Cheers
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.

Dup of #3030.