..
dimensions
Relativize all urls pertaining to dist/jquery.js so users can run their server from any file location; Make sure Sizzle is available for its tests in testrunner.
2012-06-04 18:04:11 -04:00
event
Scorch the earth and retreat on readyState interactive! Close gh-907.
2012-08-23 20:28:22 -04:00
manipulation
Fix #12266 . IE9/10 says document[0] is document.frames[0]? Close gh-903.
2012-08-22 21:48:02 -04:00
offset
Relativize all urls pertaining to dist/jquery.js so users can run their server from any file location; Make sure Sizzle is available for its tests in testrunner.
2012-06-04 18:04:11 -04:00
selector
Relativize all urls pertaining to dist/jquery.js so users can run their server from any file location; Make sure Sizzle is available for its tests in testrunner.
2012-06-04 18:04:11 -04:00
support
Relativize all urls pertaining to dist/jquery.js so users can run their server from any file location; Make sure Sizzle is available for its tests in testrunner.
2012-06-04 18:04:11 -04:00
1x1.jpg
Fixes #11426 : getting the responseText of an xhr should be tried/caught because of IE's inability to give access to binary data. Unit test added.
2012-03-07 15:39:39 +01: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
badcall.js
Tweak test for #11743 in an attempt to placate Jenkins.
2012-06-11 22:35:04 -04:00
badjson.js
Fix #11743 : Don't mask script errors in jQuery.ajax, closes gh-795.
2012-05-31 08:31:13 -07:00
cleanScript.html
Fixes #11402 . domManip now also removes the closing part of HTML comments or CDATA surrounding executed scripts. Unit tests added.
2012-05-06 01:27:01 +02:00
dashboard.xml
Attribute hooks do not need to be attached in XML docs. Fixes #9568 .
2011-06-13 10:02:13 -04: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
errorWithText.php
Fixes #7868 . ResponseText is now properly propagated for error callbacks.
2011-01-09 04:53:29 +01:00
etag.php
Fix indentation in /speed and /test dirs, closes gh-780.
2012-05-18 13:28:50 -04:00
evalScript.php
Fixes #11264 or rather seriously limits the risk of global ajaxSettings screwing with script loading in domManip. Gotta love globals and sneaky dependencies. Unit test added.
2012-03-07 16:54:05 +01:00
headers.php
Fixes #8297 . Makes sure response headers with empty values are handled properly and do not prevent proper parsing of the entire response headers string. Unit test amended.
2011-02-17 17:03:09 +01:00
if_modified_since.php
Fix indentation in /speed and /test dirs, closes gh-780.
2012-05-18 13:28:50 -04:00
iframe.html
Fix indentation in /speed and /test dirs, closes gh-780.
2012-05-18 13:28:50 -04:00
json_obj.js
Reorganzing the jQuery source (first phase).
2007-09-08 12:42:32 +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
jsonp.php
Fixes #4897 . Added ?? as a context-insensitive placeholder for the callback name of a JSONP request. Unit tests provided.
2011-01-12 18:36:00 +01:00
name.html
Reorganzing the jQuery source (first phase).
2007-09-08 12:42:32 +00:00
name.php
Remove an invalid ajax test and some code that is no longer used by any test.
2011-02-05 00:20:23 +01:00
params_html.php
Clean trailing whitespace from all files.
2010-12-30 00:34:48 -06:00
readywaitasset.js
Add readyWait tests. Fixes #8145 .
2011-02-12 13:53:05 +01:00
readywaitloader.js
Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ / jQuery.ready(true) logic. Fix problem where jQuery.ready may trigger twice, causing the (unsupported) document.onready to run twice. Fixes #8803 .
2011-04-07 11:26:42 -04:00
script.php
Script dataType now supports ecmascript mimetypes.
2011-01-31 19:14:06 +01:00
statusText.php
Fixes #9854 : propagates native statusText onto jqXHR.statusText. statusText in callbacks is still normalized. Unit test added.
2011-07-23 02:39:12 +02: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
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
testinit.js
Test: Clean up and fix misc issues
2012-10-09 20:06:31 -04:00
testrunner.js
Test: Clean up and fix misc issues
2012-10-09 20:06:31 -04:00
testsuite.css
Image location is relative to css file, not html file.
2012-07-12 11:57:28 -04:00
text.php
Convert test/data/text.php to use lf line endings.
2010-11-12 07:45:24 +02:00
ua.txt
Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQuery.browser and removes use in test/unit/ajax.js. Fixes #11965
2012-06-25 10:02:28 -04: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
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