aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
Commit message (Expand)AuthorAgeFilesLines
* Fixes #4897. Added ?? as a context-insensitive placeholder for the callback n...jaubourg2011-01-121-0/+4
* Fixes #7868. ResponseText is now properly propagated for error callbacks.jaubourg2011-01-091-0/+5
* Fixes #7881. Setting contentType to false will prevent the Content-Type heade...jaubourg2011-01-091-7/+3
* Revert "Register as a CommonJS async module if in that kind of environment. F...wycats2011-01-051-6/+1
* Clean trailing whitespace from all files.Colin Snover2010-12-302-9/+9
* Register as a CommonJS async module if in that kind of environment. Fixes #7102.jrburke2010-12-271-1/+6
* Simplified headers tests: removed multiline headers (support is far too serve...jaubourg2010-12-112-21/+18
* Tweaked the headers test to be apache independent and actually work.jaubourg2010-12-111-15/+12
* Removed non-standard (and not that useful) xhr emulation methods & reworked t...jaubourg2010-12-101-0/+21
* Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...jaubourg2010-12-094-0/+31
* Convert test/data/text.php to use lf line endings.Henri Wiechers2010-11-121-12/+12
* Update $.fn.animate to change display mode only when necessary (inline, non-f...Colin Snover2010-10-051-0/+2
* Removing the old cow image from the effects tests - it's no longer needed. Fi...John Resig2010-09-262-1/+1
* Use a different workaround for detecting when Opera finds a status 304 page. ...John Resig2010-09-211-0/+1
* Moving jQuery-core specific resets from QUnit to core.jzaefferer2010-07-271-0/+11
* Fixing request data param issue. Thanks to mislav for the patch. Fixes #5123.jeresig2010-06-141-0/+1
* Merge branch 'master' of github.com:jquery/jqueryBrandon Aaron2010-03-271-0/+4
|\
| * Need to expose the isLocal change globally as well.jeresig2010-03-241-1/+1
| * Temporarily disable ajax tests when running in TestSwam.jeresig2010-03-241-0/+4
* | Merge branch 'master' of github.com:jquery/jqueryBrandon Aaron2010-03-238-7/+74
|\|
| * Make sure the offset tests work without a built jQuery file.jeresig2010-03-237-7/+64
| * Update the TestSwarm URL to point to the new jQuery swarm location.jeresig2010-03-231-1/+1
| * Handle auto-running of the TestSwarm injection script in the test suite.jeresig2010-03-231-0/+10
* | Fixed an issue with setting offset of absolutely positioned element that has ...Brandon Aaron2010-03-221-0/+2
|/
* adding extra useragents from trac tickets. correcting opera versionPaul Irish2010-01-121-1/+18
* Make sure that a parsererror is thrown whenever malformed JSON comes back fro...jeresig2010-01-071-0/+1
* Added in support for content-type sniffing for scripts. Fixes #5718.jeresig2010-01-061-0/+7
* Detect JSON Ajax requests by the response content-type (like is done with XML...Rick Waldron2010-01-051-1/+5
* Rewrite of jQuery.browser to become engine-centric, rather than browser-centr...jeresig2010-01-051-0/+255
* Fixing endlines.Mark Gibson2009-11-255-60/+60
* Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes...John Resig2009-11-111-0/+4
* Moved the jQuery-specific test suite CSS into a separate file.John Resig2009-09-291-0/+105
* Fixed the q() method to use same instead of isSet.John Resig2009-09-291-2/+2
* Moved some jQuery-specific test methods into the core module.John Resig2009-09-291-0/+43
* Moved the init test script off into a separate file.John Resig2009-09-291-0/+4
* offset is now a setterBrandon Aaron2009-09-152-2/+2
* Fixed the handling of .status == 304 in Opera (it always returns 0). Also sil...John Resig2009-07-142-2/+12
* Adding support for etags in $.ajax() - and simplified the if-modified-since i...John Resig2009-06-152-0/+31
* Added support for class selectors and class attribute selectors on XML docume...John Resig2009-02-163-3/+3
* testrunner: Putting back the global variables used for ajax tests. I added ma...Ariel Flesler2009-01-104-4/+4
* testrunner: Removing every global variable leaked within (and outside) tests....Ariel Flesler2009-01-094-4/+4
* new offset method, faster and no more browser detectionBrandon Aaron2008-11-101-0/+24
* core/test: replaced local qunit copy with qunit via svn:externals; inlined st...Jörn Zaefferer2008-08-082-458/+0
* test runner: closes #3048. The text from the tests, is html-escaped.Ariel Flesler2008-06-171-1/+1
* ajax tests: Replaced $ with jQuery.Scott González2008-06-054-4/+4
* test runner: the changes are:Ariel Flesler2008-05-281-12/+14
* test runner: adding a new test page called 'polluted'. Where one can choose t...Ariel Flesler2008-05-281-1/+13
* test runner: a test for load() with a hash of data, and another for load() wi...Ariel Flesler2008-05-271-0/+12
* Updating unit tests for offsetBrandon Aaron2008-05-154-2/+5
* Added some unit tests for position method. Fixed issue with position in IE.Brandon Aaron2008-05-155-0/+10