Complete overhaul of the Ajax test suite, it's now passing in all browsers. In order...
[jquery.git] / src / ajax / ajax.js
2007-08-19 John ResigComplete overhaul of the Ajax test suite, it's now...
2007-08-19 John ResigWe were catching exceptions within the success callback...
2007-07-31 John ResigBrought back jQuery.globalEval(), fixing bug #1425.
2007-07-26 Sean Catchpolenevermind, I'm dumb. =P
2007-07-26 Sean CatchpoleFixed ajax array arguments in $.param
2007-07-21 Brandon Aaronmissing semi-colon
2007-07-21 John ResigAdded support for parsererror errors from Ajax requests...
2007-07-20 John ResigAdded a fix to prevent the completion callback from...
2007-07-20 John ResigCompletely reworked the evalScripts() code, fixing...
2007-07-20 John ResigThe isTimeout fix from #970 was causing unintended...
2007-07-20 John ResigMade the error message equal to "timeout", if the reque...
2007-06-16 John ResigFixed an issue with JSON data in packed scripts. (Bug...
2007-04-25 Jörn ZaeffererMinor cleanup
2007-04-18 Jörn ZaeffererFix for #1132
2007-04-03 Jörn ZaeffererRemove XMLHttpRequest shadowing, instead decide at...
2007-03-25 Jörn ZaeffererFixed docs for ajax timouet to mention that its in...
2007-03-17 Jörn ZaeffererFix for #953, use always GET for $.get
2007-02-27 Jörn ZaeffererBackported wiki changes from docs.jquery.com/API/1...
2007-02-22 Jörn ZaeffererFix for #991
2007-02-17 Brandon AaronRolling back fix for #914 due to firefox double evaling...
2007-02-07 Brandon AaronFix for #914.
2007-01-31 Jörn ZaeffererFix for #884
2007-01-22 John ResigFixed doing $.post() without any params.
2007-01-20 John ResigAdded a fix for an undefined param being passed to...
2007-01-17 Jörn ZaeffererSimplified check for XMLHttpRequest (saving a few bytes...
2007-01-16 Mike AlsupFix bug #814.
2007-01-14 Jörn ZaeffererFixed two FF JS warnings
2007-01-14 John ResigConverted a lot of for loops to use jQuery.each() instead.
2007-01-14 John ResigAdded back in the .load() fix.
2007-01-14 John ResigMerged in some wiki fixes into the main docs.
2007-01-14 John ResigAdded in jQuery.isFunction().
2007-01-14 John ResigTouched up the code a little bit, saving some bytes.
2007-01-10 John ResigAdded a fix for <script>s getting executed twice when...
2007-01-07 Mike AlsupUpdated param method to encode name as well as value...
2007-01-07 John ResigImproved the categories of a bunch of docs, upped the...
2007-01-06 John ResigCleaned up some spacing and braces.
2007-01-06 John ResigConverted instances of new function(){ ... } to use...
2007-01-04 Jörn ZaeffererChanged "Hash" to "Map" in docs
2007-01-01 Jörn ZaeffererAdded note for IE's behaviour of stripping script tags...
2006-12-29 Jörn ZaeffererFix for #534
2006-12-22 Jörn ZaeffererDocumentation for $.ajaxSetup
2006-12-22 Jörn ZaeffererImplemented global ajax settings - no documentation yet
2006-12-21 Jörn ZaeffererFixed typo
2006-12-21 Jörn ZaeffererA few corrections to the testsuite to imrove the failur...
2006-12-21 Jörn ZaeffererAdded note to load() to avoid using it to load scripts...
2006-12-21 Jörn ZaeffererImplemented a better error handling for ajax requests...
2006-12-20 Jörn ZaeffererFixed wheather-whether typo - Thanks Erik
2006-12-15 Jörn ZaeffererFixed synchrnous requests, improved AJAX inline documen...
2006-12-13 Jörn ZaeffererFixed docs for $.ajax' processData option
2006-12-11 Jörn ZaeffererFixed #471
2006-12-05 Jörn ZaeffererRenamed $.ajax's "before"-option to "beforeSend" to...
2006-12-04 Jörn ZaeffererRenamed preprocess to before, for consistency with...
2006-12-04 Jörn ZaeffererSimplified XMLHttpRequest shadow (tested on 5.5, 6...
2006-12-02 Jörn ZaeffererFixed jQuery.eval (or rather, jQuery.globalEval to...
2006-11-30 Jörn ZaeffererFixed serializing arrays (bug #448)
2006-11-28 Jörn ZaeffererFixed docs for $.ajax for data option
2006-11-21 Jörn ZaeffererAnother attempt to fix the getScript problem
2006-11-21 Jörn ZaeffererFixed typo in comment
2006-11-21 Jörn ZaeffererBetter fix for #407 issue
2006-11-20 Jörn ZaeffererFix for bug #407, yet to be tested
2006-11-18 Jörn ZaeffererTestsuite 2.0
2006-11-18 Jörn ZaeffererHeavily improved documentation for $.ajax, but may...
2006-11-17 Jörn ZaeffererReturn XMLHttpRequest from $.ajax() to allow aborting...
2006-11-17 Jörn ZaeffererAdded async option (ticket #367)
2006-11-17 Jörn ZaeffererFixed an issue with getJSON (type was not correctly...
2006-11-16 Brandon AaronMissing '}' in jQuery.param method in ajax.js
2006-11-16 Stefan Petreif one value of key/value pairs is array then treat...
2006-11-13 Jörn ZaeffererFixed a missing semicolon
2006-11-11 Jörn ZaeffererFixed doc for $.ajax data option
2006-11-11 Jörn ZaeffererFixed docs for load; Added the response as third paramt...
2006-11-11 Jörn ZaeffererRefactored all logic from $.get and $.post into $.ajax...
2006-11-09 Jörn ZaeffererModified test for load(); added fix for trigger, where...
2006-11-07 Jörn ZaeffererAdded pseudo-fix for #164; fixed some tests that failed...
2006-11-04 Klaus HartlChanged return type to undefined for certain functions...
2006-11-03 Jörn ZaeffererRefactored ajax module: Dropped internal arguments...
2006-11-01 Brandon AaronAnother $ bites the dust. Should be all of them now.
2006-10-15 John ResigFixed all warnings generated when javascript.options...
2006-10-13 Jörn ZaeffererAdded test for #174; Modified failing (IE) tests for...
2006-10-13 Jörn ZaeffererFix for #265: Initialize defaults for global and timeou...
2006-10-13 Jörn ZaeffererFixed #216, added several tests for ajax module and...
2006-10-11 Jörn ZaeffererAdded 2 of 3 fixes of #164
2006-10-09 Jörn ZaeffererFixed second test for load()
2006-10-08 Jörn ZaeffererFixed test for load(url)
2006-10-06 Jörn ZaeffererRemoved (hopefully) all references to $ within the...
2006-10-06 Jörn ZaeffererAdded test for bug #232
2006-10-03 Jörn Zaeffererremoved the test for bug #164, the test suite is unable...
2006-10-02 Jörn ZaeffererReset ajaxTimeout after running timeout tests
2006-10-02 Jörn ZaeffererSmall fixes to tests
2006-10-01 Jörn ZaeffererFixed bug #215
2006-10-01 Jörn ZaeffererFixed bug #165 (ignoring the exception) and #156 (ifMod...
2006-10-01 Jörn ZaeffererAdded local timeout option for $.ajax + test
2006-10-01 Jörn ZaeffererAdded tests for global and local ajax handlers, added...
2006-09-30 Jörn ZaeffererAdded tests, fixed getScript and getJSON, fixed comment...
2006-09-23 Jörn ZaeffererModified test for bug #164
2006-09-19 Jörn ZaeffererRefactored test suite to allow async tests (use stop...
2006-09-08 John ResigAdded a couple new AJAX methods and finished documentin...
2006-09-01 John ResigAbout half done documenting the AJAX module.
2006-08-31 John ResigAdded native support for JSON data.
2006-08-31 John ResigAdded support for the native AJAX object in IE 7.
2006-08-22 John ResigAdded a bunch of fixes for AJAX timeouts, etc. in Safari.
next