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-01-25 08:28:08 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2ff3e49279744ecd099693fa5b7faeb14ca301d8
jquery
/
test
/
unit
History
John Resig
b438d83916
Tweaked one of the selector tests.
2009-01-22 00:11:11 +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
Made sure that .removeClass(null) doesn't throw an exception.
Fixes
#3847
.
2009-01-20 17:33:25 +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
Focused support of .live(). stopPropagation and stopImmediatePropagation are not supported - and do not do what the use would expect.
2009-01-20 17:25:37 +00:00
fx.js
jquery fx: sync animations were being left on jQuery.timers (double callback)
2009-01-14 23:09:52 +00:00
offset.js
new offset method, faster and no more browser detection
2008-11-10 02:39:03 +00:00
selector.js
Tweaked one of the selector tests.
2009-01-22 00:11:11 +00:00