Reworks how values of parameters passed to error callbacks are determined. Fixes...
[jquery.git] / src / ajax.js
2010-09-24 dmethvinFor JSON and script requests, set the scriptCharset...
2010-09-24 Heungsub LeeAdded a default quality of `*/*` for content negotiation.
2010-09-24 temp01Serialize keys with empty arrays/object values in jQuer...
2010-09-24 unknownRemoving the second capture group. After the changes...
2010-09-22 jeresigAllow # urls to contain #. Thanks to @alvopass in f9f9e...
2010-09-22 John ResigMake sure that #... are trimmed from Ajax request URLs...
2010-09-22 jeresigApplied the RegExp issues reported by Jeff Robinson...
2010-09-21 John ResigScratch that, just punting on Opera and 304s for now...
2010-09-21 John ResigUse a different workaround for detecting when Opera...
2010-09-13 John ResigAdd a flag to verify if a browser supports some form...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-06-20 jeresigMade it so that you no longer need to build jQuery...
2010-06-15 jeresigFixing request data param issue. Thanks to mislav for...
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...
next