aboutsummaryrefslogtreecommitdiffstats
path: root/test/hovertest.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix #10902. DRY up the ways to include src files in tests.Mike Sherov2012-01-111-1/+1
|
* Remove the relatedTarget adjustment for mouseenter/leave events, it's an ↵Dave Methvin2011-09-191-5/+19
| | | | ambiguous case anyway and it is expensive to do.
* Fix the special event handler for mouseover/out events.Dave Methvin2011-09-191-1/+1
| | | | And use the /dist version of jquery.js, willya?
* Split out mouse hover/enter/leave tests into a separate file and add several ↵Dave Methvin2011-09-191-0/+144
more scenarios.