Make sure that Opera fires events after an aborted Ajax attempt. Fixes #5787.
[jquery.git] / src / ajax.js
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...
2008-05-28 Ariel Fleslerjquery ajax: small (misc) improvement to $.param.
2008-05-27 Ariel Fleslerjquery ajax: Closes #1516. load() can get a string...
2008-05-25 Ariel Fleslerjquery ajax: changing a set of &&/|| for ?/:.
2008-05-16 Ariel Fleslerjquery ajax: Closes #2567, additional setting for ...
2008-05-15 Ariel Fleslerjqueryjquery ajax: closes #1289. Renamed 'xml' and...
2008-05-15 Ariel Fleslerjquery ajax: caching repetive conversions/checks for...
2008-05-15 Ariel Fleslerjquery ajax: fixed #2865 and #2570. Not passing usernam...
2008-05-14 Ariel Fleslerjquery ajax: closes #2842.
2008-05-13 Ariel Fleslerjquery ajax: renaming jQuery.ajax.re to remote.
2008-05-13 Ariel Fleslerjquery ajax: absolute urls were assumed to be cross...
2008-05-13 Ariel Fleslerjquery: removing unnecessary trailing and leading space...
2008-05-08 Ariel Fleslerjquery event: fixed $.fn.load, closes #2819.
2008-05-06 Jörn Zaeffererjquery ajax: support for dynamic data arguments, see...
2008-04-29 Ariel Fleslermainly made the code shorter:
2008-04-22 Jörn Zaeffererjquery.ajax: fix for beforeSend-cancelling-sideeffects
2008-04-22 Jörn Zaeffererjquery.ajax: improvement for #2688, added test
2008-04-14 Yehuda KatzCloses #2688
2008-01-17 David SerdukeFixed #2174 by removing the s.dataType == "json" check...
2008-01-14 John ResigAnd the rest of the _default change.
2008-01-14 John ResigTweaked the default Accept header to _default.
2008-01-14 John ResigFixed default property name for Opera (bug #2159).
2008-01-14 John ResigJust added support for Accept headers in Ajax requests...
2008-01-07 Yehuda KatzAdds support for username and password to $.ajax
2007-12-17 David SerdukeAdded code to remove the script tag on successful jsonp...
2007-12-17 John ResigThe extra & was getting gobbled, oops.
2007-12-17 John ResigAdded a fix for bug #2020 - if you want to do data...
next