aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
Commit message (Expand)AuthorAgeFilesLines
* Adds unit/support.js to unit tests. Still have to test for #8763 has to be do...jaubourg2011-05-101-0/+1
* Fix QUnit Header linkstimmywil2011-05-021-1/+1
* Avoid changing html in two places; add minified jQuery as an option to the ma...timmywil2011-05-021-1/+5
* Update QUnit, fix visibility of #dl and pass JSLint in effects.jstimmywil2011-04-171-1/+1
* Switch QUnit div from depreceted #main to #qunit-fixturetimmywil2011-04-171-2/+2
* VML.type test was causing multiple test suite fails, fix attributes.js fail i...timmywil2011-04-121-5/+0
* Accessing the 'type' property on VML elements fails on IE. Fixes #7071.John Firebaugh2011-04-121-0/+5
* #5413 - Much shorter solution for getting width/height in ie6timmywil2011-04-031-0/+4
* Add test for bug#3685, remove added html and add dynamicly to avoid global te...timmywil2011-04-031-2/+0
* Fix #6562, tighten up the special code for form objects, add name attrHook fo...timmywil2011-04-031-1/+2
* Fix #7472 and added test for #3113timmywil2011-04-031-0/+1
* Moves Deferred-related code into a separate module. Context handling has been...jaubourg2011-03-031-0/+2
* No need to duplicate Sizzle tests, just run them directly from Sizzle.John Resig2011-02-101-1/+1
* Update unit tests with a leak detection mechanism for the various jQuery glob...Colin Snover2011-01-091-1/+1
* Renamed src/transports to src/ajax (in case we need prefilters in the future ...jaubourg2011-01-061-3/+3
* Removed re-usability from jXHR object (no more open, send & onreadystatechang...jaubourg2010-12-311-1/+0
* Speed up & compatibility improvements for new clone mechanism in IE.Colin Snover2010-12-121-1/+1
* Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...jaubourg2010-12-091-0/+4
* Fix broken selector code from last commit.jeresig2010-10-221-23/+42
* Make sure that +, >, ~ leading, rooted, selectors go to the old engine. Thank...jeresig2010-10-221-42/+23
* fadeToggle(). as suggested by Karl Swedberg in his jQcon talk. patched live! omgPaul Irish2010-10-171-0/+3
* IE6 will shrink-wrap elements with layout instead of allowing content to flow...Colin Snover2010-10-051-21/+21
* Update $.fn.animate to change display mode only when necessary (inline, non-f...Colin Snover2010-10-051-2/+2
* Make sure that ambiguous val() selection works correctly.John Resig2010-09-281-0/+5
* Don't have .val() return selected-but-disabled options, or selected options i...Dave Methvin2010-09-241-0/+9
* Added full support for easing in all shorthand effects methods (hide, show, t...Karl Swedberg2010-09-221-0/+2
* Changed the order of the tests to run in the same order in which they're spec...jeresig2010-03-231-9/+10
* Made it so that you no longer need to build jQuery in order to run the test s...jeresig2010-03-231-17/+33
* Bringing Sizzle test suite changes back in.John Resig2009-12-191-0/+5
* Move the test results list above the test HTML to avoid test suite layout wei...jeresig2009-12-181-2/+1
* Renamed the 'fx' module to 'effects'. Should've been done a long time ago.jeresig2009-12-181-1/+1
* Split the queue code out from data.js into a dedicated queue.js file (also sp...John Resig2009-12-061-0/+1
* Pull in QUnit using a submodule. In order to build jQuery (and run the tests)...John Resig2009-10-221-2/+2
* Updated the jQuery suite to use the updated QUnit CSS styling.John Resig2009-09-291-2/+2
* Updated the jQuery test suite to use the new QUnit file names.John Resig2009-09-291-2/+2
* Moved the jQuery-specific test suite CSS into a separate file.John Resig2009-09-291-4/+2
* Adapted the jQuery test suite to handle the toolbar moving inline.John Resig2009-09-291-0/+1
* Updated the jQuery suite to use the new 'qunit-' prefix on specific elements.John Resig2009-09-291-3/+3
* Moved the init test script off into a separate file.John Resig2009-09-291-6/+1
* integrated offset tests into main test suite. offset tests now use iframes in...Brandon Aaron2009-07-171-0/+1
* Reverting accidental test suite corruption from the Sizzle merge.John Resig2009-05-201-2/+9
* Removed some cases of strict errors.John Resig2009-05-201-9/+2
* prevent fx test html from showing in IEBrandon Aaron2009-05-161-1/+1
* opacity is now retrieved from stylesheet in IE. fixes #3981Brandon Aaron2009-05-141-0/+3
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-221-0/+1
* breaking jquery out into smaller modules. added attributes.js, manipulation.j...Brandon Aaron2009-03-181-0/+3
* fix for #3688, setting type attribute on button causes IE to throw errorBrandon Aaron2009-03-171-1/+1
* Made it so that search input elements are now serialized. Fixes bug #4107.John Resig2009-02-181-0/+1
* Reorganized some of the animation tests to work with the new hide/show changes.John Resig2009-02-171-20/+21
* Fixed the issue where weird characters were being used in ID selectors. Fixes...John Resig2009-02-151-0/+1