aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* Make sure that an actual timeout is triggered (and not accidentally triggered...John Resig2009-12-091-1/+1
* Added in support for $.ajax jsonpCallback (allowing you to specify the name o...John Resig2009-12-061-2/+2
* Adding in an extra check, per the comments in 25b0ba9f9612583033b902a0e403454...jeresig2009-12-051-1/+1
* Allow the user to explicitly set a content-type header even when there's no d...John Resig2009-12-041-5/+3
* added curly braces around all if/else statementsKarl Swedberg2009-11-281-10/+10
* Disable the X-Requested-With header to avoid preflighting remote POST request...John Resig2009-11-251-5/+7
* Fixed spacing on the modified Ajax code.John Resig2009-11-251-8/+8
* Added a check to make sure that a load request isn't done if the element does...John Resig2009-11-111-0/+4
* Pass in the XHR object as the third argument to the success callback (which h...John Resig2009-11-111-1/+1
* jQuery.ajax modified the passed-in object only to help test the code - this s...John Resig2009-11-071-1/+1
* The complete event wasn't getting called on local file 404s. Thanks to 'mrspe...John Resig2009-11-071-0/+2
* Consistant splits using " " instead of ","visionmedia2009-10-271-1/+1
* Getting $.param working well; Patch by ben_almanYehuda Katz2009-09-171-24/+37
* jquery ajax: addition for #2452. Wasn't working correctly in some cases.Ariel Flesler2009-09-151-2/+2
* jquery ajax: closes #2452. get() and post() weren't shifting all arguments co...Ariel Flesler2009-09-151-1/+4
* jquery ajax: closes #4994. Adding 'context' setting to $.ajaxAriel Flesler2009-09-151-14/+18
* fix for #5017Brandon Aaron2009-09-141-1/+1
* jquery ajax: Misc renameAriel Flesler2009-09-141-3/+3
* Adds nested param serialization; Closes #4201 (by merbjedi)Yehuda Katz2009-09-021-11/+16
* If the XHR object no longer exists assume that the request was aborted.John Resig2009-08-261-1/+1
* Make sure payload is sent for PUT requests. (Thanks alx). Fixes #4971.John Resig2009-07-271-1/+1
* Make sure that the script is removed only if it's actually in the page still....John Resig2009-07-221-1/+3
* Moved the RegExp in ajax.js out from inline, goes towards ticket #4111.John Resig2009-07-191-12/+20
* Made a number of syntax tweaks to ajax.js.John Resig2009-07-191-71/+122
* Did some cleaning up of ajax.js and fixed a bug from commit [6457].John Resig2009-07-191-5/+10
* Fixed a typo with commit [6457].John Resig2009-07-191-1/+1
* Standardize on using .nodeName in place of .tagName. Fixes jQuery bug #4923.John Resig2009-07-191-1/+1
* Standardizing on .test() and .exec() - moving away from using .match() for Re...John Resig2009-07-191-6/+6
* Fixed the handling of .status == 304 in Opera (it always returns 0). Also sil...John Resig2009-07-141-2/+4
* Adding support for etags in $.ajax() - and simplified the if-modified-since i...John Resig2009-06-151-20/+18
* Switched to using new Function instead of eval for handling JSON parsing (Fix...John Resig2009-05-201-6/+14
* fix for #4183Brandon Aaron2009-05-161-4/+1
* fix for #4378, base tag causes javascript error in IE when loading cross-doma...Brandon Aaron2009-03-271-1/+3
* remove trailing spacesBrandon Aaron2009-03-231-3/+3
* Made it so that search input elements are now serialized. Fixes bug #4107.John Resig2009-02-181-1/+1
* Stopped a memory leak on getScript calls. Fixes #3962.John Resig2009-02-071-0/+3
* Landed a fix for timeouts not being aborted properly. Fixes jQuery bug #3874.John Resig2009-01-211-8/+5
* jquery ajax: File size optimization for compressed code.Ariel Flesler2009-01-041-1/+3
* Moved from the old JSMin to using YUIMin for compressing the jQuery source. A...John Resig2009-01-041-1/+1
* Added the new jQuery.support object and removed all uses of jQuery.browser fr...John Resig2008-12-211-4/+2
* The code for handling Ajax timeouts was broken (the abort was being called to...John Resig2008-11-181-3/+4
* Standardized the type checks across core. isFunction and isArray now use Obje...John Resig2008-11-171-6/+6
* Landing fixes for tickets #2935 and #2688 (Aborting ajax doesn't stop the set...John Resig2008-11-141-4/+15
* jquery core: closes #3541. Added isArray.Ariel Flesler2008-10-291-3/+3
* jquery ajax: closes #3249. Slight modification on serializeArray, shorter and...Ariel Flesler2008-08-131-2/+1
* jquery ajax: misc optimization for $.fn.load().Ariel Flesler2008-08-111-3/+2
* jquery ajax: closes #3231. The ajax setting 'dataFilter' can also parse the r...Ariel Flesler2008-08-071-6/+10
* jquery ajax: extends #3087. The xhr factory is now an ajax setting called 'xh...Ariel Flesler2008-08-071-8/+7
* jquery ajax: closes #3087, #2167, #2128. The ajax transport creation process ...Ariel Flesler2008-08-041-3/+10
* jquery ajax: added a comment explaining the last commit.Ariel Flesler2008-06-171-0/+1