aboutsummaryrefslogtreecommitdiffstats
path: root/test/hovertest.html
Commit message (Collapse)AuthorAgeFilesLines
* Ref #13316: Sync all documents on full vs. minified source. Close gh-1147.Richard Gibson2013-02-071-1/+1
|
* Fix #13316. Use minified version in unit testing.Dave Methvin2013-01-261-1/+1
|
* Relativize all urls pertaining to dist/jquery.js so users can run their ↵timmywil2012-06-041-1/+1
| | | | server from any file location; Make sure Sizzle is available for its tests in testrunner.
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-2/+2
|
* Fix indentation in /speed and /test dirs, closes gh-780.Trey Hunner2012-05-181-26/+26
|
* 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.