This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
jquery
Watch
1
Star
1
Fork
0
You've already forked jquery
mirror of
https://github.com/jquery/jquery.git
synced
2026-04-20 03:01:22 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
795583d2936a48c6f0048e28f74c5fc71e3a60b0
jquery
/
test
History
Dave Methvin
795583d293
Fix
#10690
. Make sure
.isNumeric()
can't get a
Date
.
...
Also add tests for custom objects with a `.toString()` method.
2011-11-07 11:25:51 -05:00
..
data
Fix
#10691
. Remove all instances of equals() and same(), as these are deprecated in QUnit.
2011-11-06 15:27:42 -05:00
qunit
@
bedb986365
Revert QUnit. Recent start/stop changes cause problems with some start/stop calls in effects and offset. Run git submodule update
2011-09-26 12:01:21 -04:00
unit
Fix
#10690
. Make sure
.isNumeric()
can't get a
Date
.
2011-11-07 11:25:51 -05:00
csp.php
Moves Deferred-related code into a separate module. Context handling has been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
2011-03-03 19:38:06 +01:00
delegatetest.html
Don't fire change on an already-selected radio.
2011-09-20 22:18:34 -04:00
hovertest.html
Remove the relatedTarget adjustment for mouseenter/leave events, it's an ambiguous case anyway and it is expensive to do.
2011-09-19 15:42:31 -04:00
index.html
Run offset support tests at doc ready.
Fixes
#10613
.
2011-10-31 09:50:21 -04:00
localfile.html
Moves Deferred-related code into a separate module. Context handling has been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
2011-03-03 19:38:06 +01:00
networkerror.html
Moves Deferred-related code into a separate module. Context handling has been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
2011-03-03 19:38:06 +01:00
polluted.php
Follow up to
fbf79c0b49
.
2011-02-13 01:48:48 +01:00
readywait.html
Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ / jQuery.ready(true) logic. Fix problem where jQuery.ready may trigger twice, causing the (unsupported) document.onready to run twice.
Fixes
#8803
.
2011-04-07 11:26:42 -04:00
xhtml.php
Added a way to run the test suite as an XHTML page.
2009-01-19 18:14:51 +00:00