Skip to content

Commit 652ee5f

Browse files
author
Arian Stolwijk
committed
Merge pull request #2681 from lorenzos/master
Note for mouseenter/mouseleave was incorrectly placed below mousewheel
2 parents e4a340b + f9bc694 commit 652ee5f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Docs/Element/Element.Event.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,10 @@ This event fires when the mouse leaves the area of the DOM Element and will not
300300

301301
$('myElement').addEvent('mouseleave', myFunction);
302302

303+
#### Notes:
304+
305+
- `mouseenter` and `mouseleave` events are supported natively by Internet Explorer, Opera 11, and Firefox 10. MooTools will only add the custom events if necessary.
306+
303307
#### See Also:
304308

305309
- [Element:addEvent](#Element:addEvent)
@@ -314,8 +318,6 @@ This event fires when the mouse wheel is rotated;
314318

315319
#### Notes:
316320

317-
- `mouseenter` and `mouseleave` events are supported natively by Internet Explorer, Opera 11, and Firefox 10. MooTools will only add the custom events if necessary.
318-
319321
- This custom event just redirects DOMMouseScroll (Mozilla) to mousewheel (Opera, Internet Explorer), making it work across browsers.
320322

321323
#### See Also:

0 commit comments

Comments
 (0)