Tweak spacing from last commit.
[jquery.git] / src / ajax.js
2010-06-15 jeresigTweak spacing from last commit.
2010-06-15 malsupFix for http://dev.jquery.com/ticket/6451
2010-03-23 jeresigMade it so that you no longer need to build jQuery...
2010-03-02 jeresigMoving more properties onto jQuery.ajax, also copy...
2010-03-02 jeresigMore changes to get jQuery in line with JSLint.
2010-03-02 jeresigWe don't want to increment the Ajax counter if there...
2010-03-01 jeresigLand some additional tweaks related to running through...
2010-03-01 jeresigMade some code tweaks related to running jQuery through...
2010-02-27 jeresigAdding in .bind(name, false), .unbind(name, false)...
2010-02-11 John ResigNo reason to expose the temporary _load method.
2010-02-06 Ben AlmanOk, this should actually fix #6041 :)
2010-02-06 jeresigMake sure that we don't try to double-encode params...
2010-01-25 Mike AlupProvided detailed message for JSON parse errors. Fixes...
2010-01-25 John ResigMake sure original context is maintained and not the...
2010-01-25 John ResigObjects with length properties weren't getting serializ...
2010-01-25 John ResigUse alternative technique for triggering an abort,...
2010-01-25 John ResigDon't set the context in .load() as it stops the global...
2010-01-23 jeresigExpose the JSON parsing logic. Fixes #5914.
2010-01-23 jeresigCentralize the logic for throwing exceptions. Fixes...
2010-01-16 John ResigMake sure regular settings object is set as context...
2010-01-13 jeresigMake sure that null params aren't traversed. Fixes...
2010-01-13 jeresigSend data if a DELETE Ajax request is done. Fixes ...
2010-01-13 jeresigMake sure that the xhr object still exists after the...
2010-01-12 jeresigMake sure oldAbort is only called if the xhr object...
2010-01-12 jeresigSimplified some of the logic for handling the ajax...
2010-01-12 jeresigajaxStop was getting called too many times, separated...
2010-01-12 jeresigMake sure that Opera fires events after an aborted...
2010-01-11 jeresigMake sure we do the malformed JSON check for all both...
2010-01-07 jeresigMake sure the exception has some level of parity with...
2010-01-07 jeresigMake sure that a parsererror is thrown whenever malform...
2010-01-07 jeresigBack out the try/catch logic from around JSON.parse...
2010-01-07 jeresigThere's enough logic going on in jQuery.ajaxSettings...
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 jeresigTry to use the native JSON parser in all cases and...
2010-01-05 jeresigMake sure that the ActiveX exception is caught if it...
2010-01-05 jeresigTry to use XMLHttpRequest in more cases in IE 7. Thanks...
2009-12-31 jeresigRather than declaring empty anonymous functions all...
2009-12-31 jeresigExperiment switching to using onreadystatechange rather...
2009-12-22 Ben AlmanMoved jQuery.param "traditional" flag into jQuery.ajaxS...
2009-12-22 jeresigStandardize on using double-quotes for string literals.
2009-12-22 jeresigMade a number of spacing changes to bring the code...
2009-12-17 Dave MethvinIgnore case of script tags to make sure they're removed...
2009-12-17 Dave MethvinAdd new html5 input types to list of serializable types...
2009-12-17 Dave MethvinDefault callbackContext to the $.extended ajax options...
2009-12-17 Ben AlmanReorganized param code slightly to once again define...
2009-12-17 Ben AlmanFurther modified jQuery 1.4 .param() method to serializ...
2009-12-09 John ResigMake sure that an actual timeout is triggered (and...
2009-12-07 John ResigAdded in support for $.ajax jsonpCallback (allowing...
2009-12-05 jeresigAdding in an extra check, per the comments in 25b0ba9f9...
2009-12-05 John ResigAllow the user to explicitly set a content-type header...
2009-11-27 Karl Swedbergadded curly braces around all if/else statements
2009-11-25 John ResigDisable the X-Requested-With header to avoid preflighti...
2009-11-25 John ResigFixed spacing on the modified Ajax code.
2009-11-11 John ResigAdded a check to make sure that a load request isn...
2009-11-11 John ResigPass in the XHR object as the third argument to the...
2009-11-07 John ResigjQuery.ajax modified the passed-in object only to help...
2009-11-07 John ResigThe complete event wasn't getting called on local file...
2009-10-27 visionmediaConsistant splits using " " instead of ","
2009-09-17 Yehuda KatzGetting $.param working well; Patch by ben_alman
2009-09-15 Ariel Fleslerjquery ajax: addition for #2452. Wasn't working correct...
2009-09-15 Ariel Fleslerjquery ajax: closes #2452. get() and post() weren't...
2009-09-15 Ariel Fleslerjquery ajax: closes #4994. Adding 'context' setting...
2009-09-14 Brandon Aaronfix for #5017
2009-09-14 Ariel Fleslerjquery ajax: Misc rename
2009-09-02 Yehuda KatzAdds nested param serialization; Closes #4201 (by merbjedi)
2009-08-26 John ResigIf the XHR object no longer exists assume that the...
2009-07-27 John ResigMake sure payload is sent for PUT requests. (Thanks...
2009-07-22 John ResigMake sure that the script is removed only if it's actua...
2009-07-19 John ResigMoved the RegExp in ajax.js out from inline, goes towar...
2009-07-19 John ResigMade a number of syntax tweaks to ajax.js.
2009-07-19 John ResigDid some cleaning up of ajax.js and fixed a bug from...
2009-07-19 John ResigFixed a typo with commit [6457].
2009-07-19 John ResigStandardize on using .nodeName in place of .tagName...
2009-07-19 John ResigStandardizing on .test() and .exec() - moving away...
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-05-20 John ResigSwitched to using new Function instead of eval for...
2009-05-16 Brandon Aaronfix for #4183
2009-03-27 Brandon Aaronfix for #4378, base tag causes javascript error in...
2009-03-23 Brandon Aaronremove trailing spaces
2009-02-18 John ResigMade it so that search input elements are now serialize...
2009-02-07 John ResigStopped a memory leak on getScript calls. Fixes #3962.
2009-01-21 John ResigLanded a fix for timeouts not being aborted properly...
2009-01-04 Ariel Fleslerjquery ajax: File size optimization for compressed...
2009-01-04 John ResigMoved from the old JSMin to using YUIMin for compressin...
2008-12-21 John ResigAdded the new jQuery.support object and removed all...
2008-11-18 John ResigThe code for handling Ajax timeouts was broken (the...
2008-11-17 John ResigStandardized the type checks across core. isFunction...
2008-11-14 John ResigLanding fixes for tickets #2935 and #2688 (Aborting...
2008-10-29 Ariel Fleslerjquery core: closes #3541. Added isArray.
2008-08-13 Ariel Fleslerjquery ajax: closes #3249. Slight modification on seria...
2008-08-11 Ariel Fleslerjquery ajax: misc optimization for $.fn.load().
2008-08-07 Ariel Fleslerjquery ajax: closes #3231. The ajax setting 'dataFilter...
2008-08-07 Ariel Fleslerjquery ajax: extends #3087. The xhr factory is now...
2008-08-04 Ariel Fleslerjquery ajax: closes #3087, #2167, #2128. The ajax trans...
2008-06-17 Ariel Fleslerjquery ajax: added a comment explaining the last commit.
2008-06-17 Ariel Fleslerjquery ajax: closes #3052. Additional check on httpData...
2008-06-17 Ariel Fleslerjquery ajax: Fixes #3045. The protocol wasn't being...
2008-06-05 Ariel Fleslerjquery ajax: passing the settings object to httpData...
next