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
1be5582039
jquery
/
test
/
unit
History
David Serduke
1be5582039
Fixed
#1419
where IE failed with .text() on an XML node. This is part of a series of tickets including
#1264
where the context of the DOM manipulation was a problem in xml and iframe documents.
2007-12-05 05:01:46 +00:00
..
ajax.js
Fixed
#1999
by replacing the 'no-cache' parameter if it is there instead of just appending.
2007-12-04 04:43:45 +00:00
core.js
Fixed
#1419
where IE failed with .text() on an XML node. This is part of a series of tickets including
#1264
where the context of the DOM manipulation was a problem in xml and iframe documents.
2007-12-05 05:01:46 +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