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-26 10:58:05 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2977f3df60a3fd406bb4fb51a34f1c8ddbbe2af5
jquery
/
test
/
unit
History
Ariel Flesler
d822c0c214
test runner: adding a test case for $.fn._toggle with more than 2 functions.
2008-04-29 22:20:02 +00:00
..
ajax.js
jquery.ajax: improvement for
#2688
, added test
2008-04-22 22:07:17 +00:00
core.js
test runner: voided the failing tests for jQuery.map, that belong to an unapproved proposal(
#2616
).
2008-04-29 20:54:30 +00:00
dimensions.js
Merged dimensions with core
2008-04-29 03:26:06 +00:00
event.js
test runner: adding a test case for $.fn._toggle with more than 2 functions.
2008-04-29 22:20:02 +00:00
fx.js
Fixed a couple problems found in the test suite. First, IE doesn't like it when text nodes were trying to duplicate their events in clone, so don't do text nodes (that shouldn't have events anyway). Also the fx module was freezing from a recent update that wasn't quite finished.
2007-12-20 20:40:20 +00:00
offset.js
Added more unit tests for offset. Fixed an offset issue relating to table header cells in Opera
2007-12-12 16:55:55 +00:00
selector.js
Fixed
#1854
by using wizzud's suggestion. The only real difference is the code is only called when there is more than a single selector. So there should be no speed decrease in the current working cases. Only additional functionality for cases that used to fail.
2007-12-13 22:24:59 +00:00