jquery/test/data
2010-12-11 02:21:54 +01:00
..
offset Merge branch 'master' of github.com:jquery/jquery 2010-03-23 22:40:38 -05:00
atom+xml.php Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195. 2010-12-09 13:34:28 -05:00
badjson.js Make sure that a parsererror is thrown whenever malformed JSON comes back from a server (so that the Ajax error handler is called). Makes it uniform across browsers that do and don't have JSON.parse support. 2010-01-07 12:21:58 -05:00
css.php Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195. 2010-12-09 13:34:28 -05:00
dashboard.xml Reorganzing the jQuery source (first phase). 2007-09-08 12:42:32 +00:00
echoData.php Fixing request data param issue. Thanks to mislav for the patch. Fixes #5123. 2010-06-14 23:08:28 -04:00
echoQuery.php jquery ajax: support for dynamic data arguments, see #2806; added test/data/echoQuery.php for easier testing of sent query strings 2008-05-06 22:21:43 +00:00
etag.php Fixed the handling of .status == 304 in Opera (it always returns 0). Also silently "pass" in Opera 9.6 (which is unable to send the correct headers with setRequestHeader). Follow-up to bug #4764. 2009-07-14 21:13:23 +00:00
headers.php Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195. 2010-12-09 13:34:28 -05:00
headers.request.php Tweaked the headers test to be apache independent and actually work. 2010-12-11 02:21:54 +01:00
if_modified_since.php Fixed the handling of .status == 304 in Opera (it always returns 0). Also silently "pass" in Opera 9.6 (which is unable to send the correct headers with setRequestHeader). Follow-up to bug #4764. 2009-07-14 21:13:23 +00:00
iframe.html Fixed #1264. If you read the bug there were many proposed changes. As it turned out most of them had already been implemented. The last ones necessary were in .domManip() with when a <table> was 'this' and for .text(). Adding these last changes seems to make dom and text manipulation in IE frames possible. Unit test cases were added as well. 2007-12-05 00:26:13 +00:00
json.php Detect JSON Ajax requests by the response content-type (like is done with XML). Fixes #5709. 2010-01-05 19:48:16 -05:00
json_assigned_obj.js Fixed #1557, although it doesn't appear to be just an FF3 problem. In this case, $.getJSON() wasn't working from a remote host. I went ahead and added a unit test then added the s.dataType == "json" test for a remote <script> load. The said that json was allowed but the dataType check was missing. This appears to have fixed the bug across all browsers. 2007-11-29 19:07:20 +00:00
json_obj.js Reorganzing the jQuery source (first phase). 2007-09-08 12:42:32 +00:00
jsonp.php Fixing endlines. 2009-11-25 12:09:53 -05:00
name.html Reorganzing the jQuery source (first phase). 2007-09-08 12:42:32 +00:00
name.php Fixing endlines. 2009-11-25 12:09:53 -05:00
notmodified.php Use a different workaround for detecting when Opera finds a status 304 page. Fixes #6060. 2010-09-21 15:22:34 -04:00
params_html.php Fixing endlines. 2009-11-25 12:09:53 -05:00
script.php Added in support for content-type sniffing for scripts. Fixes #5718. 2010-01-06 10:19:38 -05:00
test.html testrunner: Putting back the global variables used for ajax tests. I added many calls to delete though. The global namespace must be cleaned up before calling start() again. 2009-01-10 00:16:48 +00:00
test.js Fixing endlines. 2009-11-25 12:09:53 -05:00
test.php testrunner: Putting back the global variables used for ajax tests. I added many calls to delete though. The global namespace must be cleaned up before calling start() again. 2009-01-10 00:16:48 +00:00
test2.html Added support for class selectors and class attribute selectors on XML documents. Fixes jQuery bug #4167. 2009-02-16 18:23:59 +00:00
test3.html Reorganzing the jQuery source (first phase). 2007-09-08 12:42:32 +00:00
testinit.js Fixed the q() method to use same instead of isSet. 2009-09-29 21:22:35 +00:00
testrunner.js Moving jQuery-core specific resets from QUnit to core. 2010-07-27 12:50:08 +02:00
testsuite.css Update $.fn.animate to change display mode only when necessary (inline, non-floated elements), and to use a more proper display mode for those elements. Fixes #2185. 2010-10-05 13:28:43 -05:00
text.php Convert test/data/text.php to use lf line endings. 2010-11-12 07:45:24 +02:00
ua.txt adding extra useragents from trac tickets. correcting opera version 2010-01-12 11:42:30 +08:00
with_fries.xml Added support for class selectors and class attribute selectors on XML documents. Fixes jQuery bug #4167. 2009-02-16 18:23:59 +00:00
with_fries_over_jsonp.php Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195. 2010-12-09 13:34:28 -05:00