aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* There was a disabled test in the ajax test suite which said there were too ma...David Serduke2007-12-041-5/+3
* Fixed [1993] although it actually wasn't a bug in the core but rather a misun...David Serduke2007-12-031-19/+46
* Added enchancement for #1994 by adding two parameters to .stop() which give a...David Serduke2007-11-302-13/+95
* Fixed a problem with changeset [3841] where a function could no longer be .ex...David Serduke2007-11-301-1/+9
* Fixed #1557, although it doesn't appear to be just an FF3 problem. In this ca...David Serduke2007-11-292-0/+14
* Back out one of the changes from the previous commit that wasn't necessary to...David Serduke2007-11-281-1/+1
* Fixed #1908 by testing to make sure it isn't null before checking the nodeType.David Serduke2007-11-281-1/+4
* Fixed #1070 by converting all setAttribute() values to a string which is what...David Serduke2007-11-281-1/+9
* Fixed #1701 by passing through the arguments as suggested.David Serduke2007-11-281-2/+6
* Fixed #1714 by adding a default empty string if the value is falsey.David Serduke2007-11-281-1/+3
* Fixed #1599 as Brandon suggested to ignore negative values to width and heigh...David Serduke2007-11-282-0/+10
* Fix for #1944. Added nodeName and tagName to jQuery.props and tests for maxle...Brandon Aaron2007-11-192-4/+13
* Slightly altered a test that was causing IE7 in some cases to hard crash. Th...David Serduke2007-11-181-2/+2
* Fixed #1074 where .html() was incorrectly changing the selected value of an o...David Serduke2007-11-171-2/+6
* Fix #1907 where the never-ending loop prevention used a coersion comparison w...David Serduke2007-11-171-1/+12
* Fixed #1095 bug where radio buttons became unchecked during show(). Also adde...David Serduke2007-11-164-40/+71
* Fixed #1727 bug where :nth-child() was non-standard with CSS3 plus two minor ...David Serduke2007-11-161-1/+20
* Fixed #1822 bug where queue() didn't always default to type 'fx'.David Serduke2007-11-161-1/+18
* Fix for #1823 bug in animate {queue:false} plus a unit test.David Serduke2007-11-161-0/+23
* Spelling mistake.John Resig2007-10-201-1/+1
* Added a fix for .noConflict(true) not reverting properly. Also added unit tes...John Resig2007-10-202-0/+22
* Fix for bug #1546 where a deep copy was attempted of DOM elements (which isn'...John Resig2007-10-171-4/+5
* Added a fix for bug #1698, in which injected scripts were executed out of ord...John Resig2007-10-171-1/+5
* Fixed .val(String) for select elements (#1760) [Thanks Sam]Brandon Aaron2007-10-121-1/+4
* A fix for bug #1443, where globalEval occurred asynchronously in Safari 2, pr...John Resig2007-10-011-2/+9
* Disabled the Ajax tests from running locally.John Resig2007-09-232-55/+57
* Added .eq(Number) back in - I'm convinced that it's more useful than the .sli...John Resig2007-09-151-1/+3
* Fixed an issue with the suite expecting a different result for the changed tr...John Resig2007-09-151-3/+3
* Fixed bug #1594, #1565, #1598 - all of which were concerning the improper exe...John Resig2007-09-151-3/+8
* Added a fix for bug #1580, where the query string was appended to the POST da...John Resig2007-09-151-1/+8
* Fix for bug #1600 - multiple selects were being serialized incorrectly.John Resig2007-09-151-4/+4
* Landing the new expando management code. Completely overhauls how data is ass...John Resig2007-09-082-5/+5
* Finished up some of the reorganization.John Resig2007-09-085-0/+0
* Reorganzing the jQuery source (first phase).John Resig2007-09-0823-0/+3146
* Moved the test directory.John Resig2006-08-1317-3931/+0
* Moved the tests into jQuery proper.John Resig2006-08-1317-0/+3931