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
12ef255ffd
jquery
/
test
/
unit
History
David Serduke
12ef255ffd
Added ajax error messages in the unit test suite because Safari was sometimes tossing errors that were being ignored and that caused a freeze in the test suite.
2007-12-06 23:23:10 +00:00
..
ajax.js
Added ajax error messages in the unit test suite because Safari was sometimes tossing errors that were being ignored and that caused a freeze in the test suite.
2007-12-06 23:23:10 +00:00
core.js
Fix for
#2002
2007-12-06 19:51:00 +00:00
event.js
Fixed [1993] although it actually wasn't a bug in the core but rather a misunderstanding of how the extra function was supposed to work in jQuery.event.trigger(). That said, it seems more useful and robust for the code to work the way the ticket author thought it should work so this change was made.
2007-12-03 21:41:10 +00:00
fx.js
Added enchancement for
#1994
by adding two parameters to .stop() which give additional functionality. The first parameter clearQueue will clear the queue on the necessary DOM elements so all animation will stop. The second parameter will cause the currently playing animation to immediately complete including reseting original styles on show and hide and calling the callback function. If no parameters are passed it will work as it always did.
2007-11-30 21:36:49 +00:00
offset.js
Added another relative offset test
2007-12-04 21:29:28 +00:00
selector.js
Fixed
#1095
bug where radio buttons became unchecked during show(). Also added unit test and had to fix a selector test that was broken by the new testing div in test/index.html. Last made some whitespace changes.
2007-11-16 23:39:23 +00:00