aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Discontinued the test for $(form.elements).John Resig2008-01-141-2/+5
* Excluded a couple Ajax tests from running locally.John Resig2008-01-141-1/+8
* Added support for breaking in an object loop (Bug #2111).John Resig2008-01-141-1/+14
* Adding browser UA testsBrandon Aaron2008-01-141-0/+36
* fix for #2114; refactored tests for bind() to highlight failing select-change...Jörn Zaefferer2008-01-141-16/+26
* Test for #2114Jörn Zaefferer2008-01-041-1/+2
* Fixed a couple problems found in the test suite. First, IE doesn't like it w...David Serduke2007-12-201-1/+2
* Removed a unit test that tested to see if queued objects were of a certain ty...David Serduke2007-12-201-6/+0
* Fixed #2027 - make sure that cloned elements (within appendTo, etc.) have the...John Resig2007-12-201-1/+6
* Fixed a problem in the unit tests for IE where an optimization made the test ...David Serduke2007-12-201-1/+2
* added version to all builds; changed current version to 1.2.2-pre - to be upd...Jörn Zaefferer2007-12-191-0/+48
* Fixed #2076 where .val() could return an array instead of undefined when the ...David Serduke2007-12-181-1/+2
* width and height methods are now working properlyBrandon Aaron2007-12-182-6/+51
* Fixed #2070 by adding a test for !nodeType to isArrayLike so DOM elements lik...David Serduke2007-12-171-1/+1
* test for #2070Jörn Zaefferer2007-12-171-1/+4
* Test for #2069Jörn Zaefferer2007-12-171-0/+8
* Fixed #2062 by adding a check to see if the selector is array-like in .not() ...David Serduke2007-12-171-1/+3
* Fixed #2037 where Opera would mis-state the value of 'display' after an inner...David Serduke2007-12-172-2/+9
* Added a fix for bug #2020 - if you want to do data: {callback: "?"}, do jsonp...John Resig2007-12-171-3/+3
* Adding data and removeData testsBrandon Aaron2007-12-161-1/+19
* new special events api, ready is now a first class event that you can use bin...Brandon Aaron2007-12-151-3/+28
* Fixed #2046 by forcing the dataType to 'html' in the .load() function.David Serduke2007-12-141-10/+23
* Added a test case for $("<option>test</option>")[0].selected (bug #2050).John Resig2007-12-141-1/+3
* Fixed #1854 by using wizzud's suggestion. The only real difference is the co...David Serduke2007-12-133-5/+10
* Fixed #1750 by adding a url that starts with "//" and is a dataType "script" ...David Serduke2007-12-121-0/+22
* Added more unit tests for offset. Fixed an offset issue relating to table hea...Brandon Aaron2007-12-125-3/+201
* Fixed a bug in clone where it wouldn't work on an XML node in IE. Also added...David Serduke2007-12-121-1/+11
* Fix #1987 by only doing remote <script> type ajax with GET requests. All oth...David Serduke2007-12-111-0/+19
* Fixed #1959 by postponing ALL script evaluations till the html insertion is d...David Serduke2007-12-101-1/+2
* show is now element aware (#960)Brandon Aaron2007-12-082-1/+26
* Fix for #1486. Prevent IE from throwing an error when triggering focus on hid...Brandon Aaron2007-12-081-1/+11
* Fixed #1039 and #1733 by going through the core API and making them text node...David Serduke2007-12-074-50/+146
* Added ajax error messages in the unit test suite because Safari was sometimes...David Serduke2007-12-061-0/+44
* Fix for #2002Jörn Zaefferer2007-12-061-2/+5
* Safari sometimes stops in the test suite on the ajax section when I run the w...David Serduke2007-12-051-5/+15
* Fixed #1419 where IE failed with .text() on an XML node. This is part of a s...David Serduke2007-12-051-3/+15
* Fixed #1264. If you read the bug there were many proposed changes. As it tu...David Serduke2007-12-053-5/+34
* Added another relative offset testBrandon Aaron2007-12-042-6/+5
* Added visual marker to absolute fixture for offset testingBrandon Aaron2007-12-041-2/+11
* Beginnings of the offset test suiteBrandon Aaron2007-12-044-0/+136
* Fixed #1763 by checking to see if .createElement() is available on the contex...David Serduke2007-12-041-4/+17
* Fixed #1438 where a filter could be set in IE but not have opacity in it. The...David Serduke2007-12-041-1/+6
* fixed jsdoc for equalsJörn Zaefferer2007-12-041-1/+1
* Fixed #1999 by replacing the 'no-cache' parameter if it is there instead of j...David Serduke2007-12-041-1/+31
* 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