aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Merged some recent fixes in from Sizzle.John Resig2009-01-191-1/+1
|
* Merged Sizzle changes back into jQuery.John Resig2009-01-131-0/+1
|
* Landed cross-browser support for tabIndex, by Scott, closes ticket #3649.John Resig2009-01-051-0/+14
|
* Forgot to merge in some of the new tests from Sizzle.John Resig2009-01-051-0/+7
|
* jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and ↵Ariel Flesler2008-12-301-0/+1
| | | | queue functions to their own module. Made the dequeue function more generic(designed to be used on functions). Closes #3748. Reverted a previous modification.
* core/test: replaced local qunit copy with qunit via svn:externals; inlined ↵Jörn Zaefferer2008-08-081-1/+2
| | | | styles specific to polluted.php; kept testrunner.js with just the noConflict call
* jquery core: closes #2652. val() supports option elements, also simplified ↵Ariel Flesler2008-07-231-0/+1
| | | | the code.
* test runner: the changes are:Ariel Flesler2008-05-281-1/+6
| | | | | | | - Replaced all the $ for jQuery in the tests and suite. - Added a noConflict to testrunner.js. - Modified the test for noConflict() so that it still work. - Added jQuery 1.2.1 and 1.2.3 to otherlibs.
* test runner: adding a new test page called 'polluted'. Where one can choose ↵Ariel Flesler2008-05-281-1/+1
| | | | to pre-include other libraries and run the test suite with them.
* test runner: Adding type="text/javascript" to a script tag (trivial).Ariel Flesler2008-05-281-1/+2
|
* jquery core: reverted qunit introduction until build scripts are updatedJörn Zaefferer2008-05-081-2/+2
|
* jquery testsuite: switch to qunitJörn Zaefferer2008-05-081-2/+2
|
* Merged dimensions with coreBrandon Aaron2008-04-291-0/+1
|
* 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