Adds jQuery collection to objects that will be used as global events context if provi...
[jquery.git] / test / data /
2011-02-04 Anton MRemove an invalid ajax test and some code that is no...
2011-01-31 jaubourgScript dataType now supports ecmascript mimetypes.
2011-01-17 Colin SnoverMerge in data_nocollide branch. Fixes #6968, improves...
2011-01-12 jaubourgFixes #4897. Added ?? as a context-insensitive placehol...
2011-01-09 Colin SnoverUpdate unit tests with a leak detection mechanism for...
2011-01-09 jaubourgFixes #7868. ResponseText is now properly propagated...
2011-01-09 jaubourgFixes #7881. Setting contentType to false will prevent...
2011-01-05 wycatsRevert "Register as a CommonJS async module if in that...
2010-12-30 Colin SnoverClean trailing whitespace from all files.
2010-12-27 jrburkeRegister as a CommonJS async module if in that kind...
2010-12-11 jaubourgSimplified headers tests: removed multiline headers...
2010-12-11 jaubourgTweaked the headers test to be apache independent and...
2010-12-10 jaubourgRemoved non-standard (and not that useful) xhr emulatio...
2010-12-09 jaubourgRewrite of the Ajax module by Julian Aubourg. Some...
2010-11-12 Henri WiechersConvert test/data/text.php to use lf line endings.
2010-10-05 Colin SnoverUpdate $.fn.animate to change display mode only when...
2010-09-27 John ResigRemoving the old cow image from the effects tests ...
2010-09-21 John ResigUse a different workaround for detecting when Opera...
2010-07-27 jzaeffererMoving jQuery-core specific resets from QUnit to core.
2010-06-20 jeresigNeed to expose the isLocal change globally as well.
2010-06-20 jeresigTemporarily disable ajax tests when running in TestSwam.
2010-06-20 jeresigMake sure the offset tests work without a built jQuery...
2010-06-20 jeresigUpdate the TestSwarm URL to point to the new jQuery...
2010-06-20 jeresigHandle auto-running of the TestSwarm injection script...
2010-06-15 jeresigFixing request data param issue. Thanks to mislav for...
2010-03-27 Brandon AaronMerge branch 'master' of github.com:jquery/jquery
2010-03-24 jeresigNeed to expose the isLocal change globally as well.
2010-03-24 jeresigTemporarily disable ajax tests when running in TestSwam.
2010-03-24 Brandon AaronMerge branch 'master' of github.com:jquery/jquery
2010-03-23 jeresigMake sure the offset tests work without a built jQuery...
2010-03-23 jeresigUpdate the TestSwarm URL to point to the new jQuery...
2010-03-23 jeresigHandle auto-running of the TestSwarm injection script...
2010-03-23 Brandon AaronFixed an issue with setting offset of absolutely positi...
2010-01-12 Paul Irishadding extra useragents from trac tickets. correcting...
2010-01-07 jeresigMake sure that a parsererror is thrown whenever malform...
2010-01-06 jeresigAdded in support for content-type sniffing for scripts...
2010-01-06 Rick WaldronDetect JSON Ajax requests by the response content-type...
2010-01-05 jeresigRewrite of jQuery.browser to become engine-centric...
2009-11-25 Mark GibsonFixing endlines.
2009-11-11 John ResigLanding tweak from 'haruka' that fixes non-pixel fontSi...
2009-09-29 John ResigMoved the jQuery-specific test suite CSS into a separat...
2009-09-29 John ResigFixed the q() method to use same instead of isSet.
2009-09-29 John ResigMoved some jQuery-specific test methods into the core...
2009-09-29 John ResigMoved the init test script off into a separate file.
2009-09-15 Brandon Aaronoffset is now a setter
2009-07-14 John ResigFixed the handling of .status == 304 in Opera (it alway...
2009-06-15 John ResigAdding support for etags in $.ajax() - and simplified...
2009-02-16 John ResigAdded support for class selectors and class attribute...
2009-01-10 Ariel Fleslertestrunner: Putting back the global variables used...
2009-01-09 Ariel Fleslertestrunner: Removing every global variable leaked withi...
2008-11-10 Brandon Aaronnew offset method, faster and no more browser detection
2008-08-08 Jörn Zaefferercore/test: replaced local qunit copy with qunit via...
2008-06-17 Ariel Fleslertest runner: closes #3048. The text from the tests...
2008-06-05 Scott Gonzálezajax tests: Replaced $ with jQuery.
2008-05-28 Ariel Fleslertest runner: the changes are:
2008-05-28 Ariel Fleslertest runner: adding a new test page called 'polluted...
2008-05-27 Ariel Fleslertest runner: a test for load() with a hash of data...
2008-05-15 Brandon AaronUpdating unit tests for offset
2008-05-15 Brandon AaronAdded some unit tests for position method. Fixed issue...
2008-05-12 Ariel Fleslertest runner: when errors are thrown in a test, the...
2008-05-08 Jörn Zaeffererjquery core: reverted qunit introduction until build...
2008-05-08 Jörn Zaeffererjquery testsuite: switch to qunit
2008-05-06 Jörn Zaeffererjquery ajax: support for dynamic data arguments, see...
2008-05-06 Jörn Zaeffererjquery testrunner: reset $.ajaxSettings after each...
2008-05-05 Jörn Zaeffererjquery testrunner: reset global events after each run...
2008-04-24 Ariel Flesler- Adding the enhancements to the test runner, to accept...
2008-04-24 Jörn Zaefferertestrunner: refactored url-test-filter, still regex...
2008-04-22 Jörn Zaeffererjquery testrunner: accept regexp to select tests, eg...
2007-12-12 Brandon AaronAdded more unit tests for offset. Fixed an offset issue...
2007-12-08 Brandon Aaronshow is now element aware (#960)
2007-12-05 David SerdukeFixed #1264. If you read the bug there were many propo...
2007-12-04 Brandon AaronAdded another relative offset test
2007-12-04 Brandon AaronAdded visual marker to absolute fixture for offset...
2007-12-04 Brandon AaronBeginnings of the offset test suite
2007-12-04 Jörn Zaeffererfixed jsdoc for equals
2007-11-30 David SerdukeAdded enchancement for #1994 by adding two parameters...
2007-11-29 David SerdukeFixed #1557, although it doesn't appear to be just...
2007-09-08 John ResigLanding the new expando management code. Completely...
2007-09-08 John ResigReorganzing the jQuery source (first phase).