aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
Commit message (Collapse)AuthorAgeFilesLines
* width and height methods are now working properlyBrandon Aaron2007-12-181-1/+3
|
* Fixed #2037 where Opera would mis-state the value of 'display' after an ↵David Serduke2007-12-171-0/+3
| | | | innerHTML was done in some cases.
* Fixed #1854 by using wizzud's suggestion. The only real difference is the ↵David Serduke2007-12-131-3/+3
| | | | 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.
* Fixed #1039 and #1733 by going through the core API and making them text ↵David Serduke2007-12-071-0/+1
| | | | node and comment node safe.
* Fixed #1264. If you read the bug there were many proposed changes. As it ↵David Serduke2007-12-051-1/+3
| | | | | | | 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. In addition "submit.gif" was removed from the test suite index.html since it didn't exist.
* Fixed #1599 as Brandon suggested to ignore negative values to width and ↵David Serduke2007-11-281-0/+1
| | | | height css. The fix itself is slightly different as it was moved to .css() instead of staying in .attr() like in his patch. I decided there was less chance of incorrect behavior (like if someone had an XML file with a width attribute that could be negative). Also took out some unneeded white space while I was in there.
* Fix for #1944. Added nodeName and tagName to jQuery.props and tests for ↵Brandon Aaron2007-11-191-2/+2
| | | | maxlength, defaultValue, selectedIndex, tagName and nodeName.
* Fixed #1095 bug where radio buttons became unchecked during show(). Also ↵David Serduke2007-11-161-3/+22
| | | | 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.
* Spelling mistake.John Resig2007-10-201-1/+1
|
* Added a fix for .noConflict(true) not reverting properly. Also added unit ↵John Resig2007-10-201-0/+1
| | | | tests for noConflict.
* Reorganzing the jQuery source (first phase).John Resig2007-09-081-0/+157
|
* Moved the test directory.John Resig2006-08-131-21/+0
|
* Moved the tests into jQuery proper.John Resig2006-08-131-0/+21