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
7cdddebe04
jquery
/
test
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
..
data
Fixed
#1264
. If you read the bug there were many proposed changes. As it turned out most of them had already been implemented. The last ones necessary were in .domManip() with when a <table> was 'this' and for .text(). Adding these last changes seems to make dom and text manipulation in IE frames possible. Unit test cases were added as well.
2007-12-05 00:26:13 +00:00
unit
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
index.html
Fixed
#1264
. If you read the bug there were many proposed changes. As it turned out most of them had already been implemented. The last ones necessary were in .domManip() with when a <table> was 'this' and for .text(). Adding these last changes seems to make dom and text manipulation in IE frames possible. Unit test cases were added as well.
2007-12-05 00:26:13 +00:00
offset.html
Beginnings of the offset test suite
2007-12-04 20:51:16 +00:00
test.js
Reorganzing the jQuery source (first phase).
2007-09-08 12:42:32 +00:00