This website requires JavaScript.
Explore
Help
Sign In
deac
/
jquery
Watch
1
Star
0
Fork
You've already forked jquery
0
Code
Issues
Pull requests
Releases
Wiki
Activity
b536d2ac67
jquery
/
test
/
unit
History
John Resig
b536d2ac67
Reorganized and disabled some of the height/width tests. Need to look in to better abornormal-padding/margin/border support at some point.
2009-02-17 22:15:42 +00:00
..
ajax.js
Had to remove the global variable tricks (especially the delete window calls) as they cause
2009-01-12 01:12:58 +00:00
core.js
Reorganized and disabled some of the height/width tests. Need to look in to better abornormal-padding/margin/border support at some point.
2009-02-17 22:15:42 +00:00
data.js
jquery data:
Closes
#3539
. Exposed jQuery.queue. Moved all the data and queue functions to their own module. Made the dequeue function more generic(designed to be used on functions).
Closes
#3748
. Reverted a previous modification.
2008-12-30 02:31:26 +00:00
dimensions.js
test runner: the changes are:
2008-05-28 23:18:25 +00:00
event.js
Changed the currentTarget test - no need to test the native event triggering for this test.
2009-02-17 17:22:59 +00:00
fx.js
Changed some of the fx/stop tests to handle the new test markup.
2009-02-17 16:39:33 +00:00
offset.js
new offset method, faster and no more browser detection
2008-11-10 02:39:03 +00:00
selector.js
Brought back the compareDocumentPosition code. While it is redundant in Firefox it's much faster than using indexOf.
2009-02-17 17:43:05 +00:00