Adds jQuery collection to objects that will be used as global events context if provi...
[jquery.git] / test / index.html
2011-01-09 Colin SnoverUpdate unit tests with a leak detection mechanism for...
2011-01-06 jaubourgRenamed src/transports to src/ajax (in case we need...
2010-12-31 jaubourgRemoved re-usability from jXHR object (no more open...
2010-12-25 jaubourgRemoved re-usability from jXHR object (no more open...
2010-12-13 Colin SnoverSpeed up & compatibility improvements for new clone...
2010-12-09 jaubourgRewrite of the Ajax module by Julian Aubourg. Some...
2010-10-22 jeresigFix broken selector code from last commit.
2010-10-22 jeresigMake sure that +, >, ~ leading, rooted, selectors go...
2010-10-17 Paul IrishfadeToggle(). as suggested by Karl Swedberg in his...
2010-10-05 Colin SnoverIE6 will shrink-wrap elements with layout instead of...
2010-10-05 Colin SnoverUpdate $.fn.animate to change display mode only when...
2010-09-28 John ResigMake sure that ambiguous val() selection works correctly.
2010-09-24 Dave MethvinDon't have .val() return selected-but-disabled options...
2010-09-22 Karl SwedbergAdded full support for easing in all shorthand effects...
2010-06-20 jeresigChanged the order of the tests to run in the same order...
2010-06-20 jeresigMade it so that you no longer need to build jQuery...
2010-03-23 jeresigChanged the order of the tests to run in the same order...
2010-03-23 jeresigMade it so that you no longer need to build jQuery...
2009-12-19 John ResigBringing Sizzle test suite changes back in.
2009-12-19 jeresigMove the test results list above the test HTML to avoid...
2009-12-18 jeresigRenamed the 'fx' module to 'effects'. Should've been...
2009-12-06 John ResigSplit the queue code out from data.js into a dedicated...
2009-10-23 John ResigPull in QUnit using a submodule. In order to build...
2009-09-29 John ResigUpdated the jQuery suite to use the updated QUnit CSS...
2009-09-29 John ResigUpdated the jQuery test suite to use the new QUnit...
2009-09-29 John ResigMoved the jQuery-specific test suite CSS into a separat...
2009-09-29 John ResigAdapted the jQuery test suite to handle the toolbar...
2009-09-29 John ResigUpdated the jQuery suite to use the new 'qunit-' prefix...
2009-09-29 John ResigMoved the init test script off into a separate file.
2009-07-17 Brandon Aaronintegrated offset tests into main test suite. offset...
2009-05-20 John ResigReverting accidental test suite corruption from the...
2009-05-20 John ResigRemoved some cases of strict errors.
2009-05-16 Brandon Aaronprevent fx test html from showing in IE
2009-05-14 Brandon Aaronopacity is now retrieved from stylesheet in IE. fixes...
2009-03-22 Brandon Aarondecoupling styles retrieval from the attr method
2009-03-18 Brandon Aaronbreaking jquery out into smaller modules. added attribu...
2009-03-17 Brandon Aaronfix for #3688, setting type attribute on button causes...
2009-02-18 John ResigMade it so that search input elements are now serialize...
2009-02-17 John ResigReorganized some of the animation tests to work with...
2009-02-15 John ResigFixed the issue where weird characters were being used...
2009-02-14 John ResigProvide a graceful failover for [name=foo] queries...
2009-02-09 John ResigFixed bubbling of live events (if an inner element...
2009-01-21 John ResigNow handle the case where Safari's querySelectorAll...
2009-01-20 John ResigAdded support for a[name^='foo['] style selectors....
2009-01-19 John ResigLanding a fix for non-link anchor tabIndex (from scott...
2009-01-19 John ResigMerged some recent fixes in from Sizzle.
2009-01-13 John ResigMerged Sizzle changes back into jQuery.
2009-01-05 John ResigLanded cross-browser support for tabIndex, by Scott...
2009-01-05 John ResigForgot to merge in some of the new tests from Sizzle.
2008-12-30 Ariel Fleslerjquery data: Closes #3539. Exposed jQuery.queue. Moved...
2008-08-08 Jörn Zaefferercore/test: replaced local qunit copy with qunit via...
2008-07-23 Ariel Fleslerjquery core: closes #2652. val() supports option elemen...
2008-05-28 Ariel Fleslertest runner: the changes are:
2008-05-28 Ariel Fleslertest runner: adding a new test page called 'polluted...
2008-05-28 Ariel Fleslertest runner: Adding type="text/javascript" to a script...
2008-05-08 Jörn Zaeffererjquery core: reverted qunit introduction until build...
2008-05-08 Jörn Zaeffererjquery testsuite: switch to qunit
2008-04-29 Brandon AaronMerged dimensions with core
2007-12-18 Brandon Aaronwidth and height methods are now working properly
2007-12-17 David SerdukeFixed #2037 where Opera would mis-state the value of...
2007-12-13 David SerdukeFixed #1854 by using wizzud's suggestion. The only...
2007-12-07 David SerdukeFixed #1039 and #1733 by going through the core API...
2007-12-05 David SerdukeFixed #1264. If you read the bug there were many propo...
2007-11-28 David SerdukeFixed #1599 as Brandon suggested to ignore negative...
2007-11-19 Brandon AaronFix for #1944. Added nodeName and tagName to jQuery...
2007-11-16 David SerdukeFixed #1095 bug where radio buttons became unchecked...
2007-10-20 John ResigSpelling mistake.
2007-10-20 John ResigAdded a fix for .noConflict(true) not reverting properl...
2007-09-08 John ResigReorganzing the jQuery source (first phase).
2006-08-13 John ResigMoved the test directory.
2006-08-13 John ResigMoved the tests into jQuery proper.