2011-02-11 |
jaubourg | Minor changes to enforce JQuery Core Style Guidelines. |
tree | commitdiff |
2011-02-11 |
jaubourg | Adds missing crossDomain test. |
tree | commitdiff |
2011-02-11 |
jaubourg | Fixes #8245. Ajax now ensures header names are capitali... |
tree | commitdiff |
2011-02-11 |
jaubourg | Simplifies status normalization in xhr transport. Local... |
tree | commitdiff |
2011-02-09 |
jaubourg | Replaces jQuery.each loop for headers with a foreach... |
tree | commitdiff |
2011-02-09 |
jaubourg | Fixes #8219. Introduces the mimeType option to override... |
tree | commitdiff |
2011-02-07 |
jaubourg | Makes sure xhrs are actually aborted on unload in IE... |
tree | commitdiff |
2011-02-05 |
jaubourg | Fixes #8177. XHR transport now considers 304 Not Modifi... |
tree | commitdiff |
2011-02-03 |
jaubourg | Don't use a local copy of jQuery.ajaxSettings.isLocal... |
tree | commitdiff |
2011-02-03 |
jaubourg | Stores jQuery.ajaxSettings.isLocal locally at load... |
tree | commitdiff |
2011-02-03 |
jaubourg | Fixes #8146. Custom fields in xhrFields are now set... |
tree | commitdiff |
2011-02-03 |
jaubourg | Fixes #8152 by applying the same special cases for... |
tree | commitdiff |
2011-02-02 |
jaubourg | Fixes #8146 by introducing the xhrFields option with... |
tree | commitdiff |
2011-02-02 |
jaubourg | Fixes #8135. Makes sure any exception thrown by Firefox... |
tree | commitdiff |
2011-02-01 |
Mathias Bynens | Fixes #8098. Use the fast document.head when available... |
tree | commitdiff |
2011-02-01 |
jaubourg | Fixes #8125. Status is set to 200 for requests with... |
tree | commitdiff |
2011-02-01 |
jaubourg | Fixes #8115. Renames all references to jXHR with jqXHR... |
tree | commitdiff |
2011-01-31 |
jaubourg | Script dataType now supports ecmascript mimetypes. |
tree | commitdiff |
2011-01-31 |
jaubourg | Makes sure jsonp callback is not left in the global... |
tree | commitdiff |
2011-01-29 |
jaubourg | Fixes #8082. Text to script converter now returns text... |
tree | commitdiff |
2011-01-29 |
jaubourg | Fixes potential collisions between jsonp requests from... |
tree | commitdiff |
2011-01-25 |
jaubourg | Fixes #8054 by reverting feature enhancement 5812 ... |
tree | commitdiff |
2011-01-25 |
jaubourg | Reworks how values of parameters passed to error callba... |
tree | commitdiff |
2011-01-23 |
jaubourg | More code style fixes. |
tree | commitdiff |
2011-01-23 |
jaubourg | Apply JQuery Core Style Guidelines to ajax.js and ajax... |
tree | commitdiff |
2011-01-20 |
jaubourg | Moves determineResponse logic into main ajax callback... |
tree | commitdiff |
2011-01-20 |
jaubourg | Removes misleading comment. |
tree | commitdiff |
2011-01-20 |
jaubourg | Renames determineDataType as determineResponse. Makes... |
tree | commitdiff |
2011-01-20 |
jaubourg | Cleans up and simplifies code shared by ajaxPrefilter... |
tree | commitdiff |
2011-01-19 |
jaubourg | Moves determineDataType into ajaxSettings so that it... |
tree | commitdiff |
2011-01-19 |
jaubourg | Moved ajaxSettings.xhr definition together with support... |
tree | commitdiff |
2011-01-16 |
jaubourg | Setting the jsonp option to false now inhibits any... |
tree | commitdiff |
2011-01-16 |
jaubourg | The script prefilter now forces cross-domain requests... |
tree | commitdiff |
2011-01-16 |
jaubourg | Fixes #2994. Not finding a transport now fires the... |
tree | commitdiff |
2011-01-13 |
jaubourg | Moved jQuery.ajax.prefilter and jQuery.ajax.transport... |
tree | commitdiff |
2011-01-13 |
jaubourg | Removed xhr pooling since failing cross-domain requests... |
tree | commitdiff |
2011-01-13 |
jaubourg | Reworked script and xhr abort logic to take advantage... |
tree | commitdiff |
2011-01-12 |
jaubourg | Script transport now uses ajaxSetup to define script... |
tree | commitdiff |
2011-01-12 |
jaubourg | Fixes #4897. Added ?? as a context-insensitive placehol... |
tree | commitdiff |
2011-01-09 |
jaubourg | Moved unload abort code so that the event is only bound... |
tree | commitdiff |
2011-01-09 |
jaubourg | Fixes #5812. =? will be detected even when it has been... |
tree | commitdiff |
2011-01-09 |
jaubourg | Fixes #5803. Reworked jsonp prefilter so that it sets... |
tree | commitdiff |
2011-01-09 |
jaubourg | Fixes #7868. ResponseText is now properly propagated... |
tree | commitdiff |
2011-01-09 |
jaubourg | Added a simple cache for xhr objects in the xhr transport. |
tree | commitdiff |
2011-01-06 |
jaubourg | Renamed src/transports to src/ajax (in case we need... |
tree | commitdiff |
2007-09-08 |
John Resig | Reorganzing the jQuery source (first phase). |
tree | commitdiff |
2007-09-05 |
John Resig | Forgot to update the $.param() tests. |
tree | commitdiff |
2007-09-05 |
John Resig | Re-disabled the Ajax tests in Safari. |
tree | commitdiff |
2007-09-05 |
John Resig | Integration of Mike Alsup's excellent form serializatio... |
tree | commitdiff |
2007-09-04 |
John Resig | Removed all deprecated functionality for jQuery 1.2... |
tree | commitdiff |
2007-09-04 |
John Resig | Removed all inline documentation. The current version... |
tree | commitdiff |
2007-09-03 |
John Resig | Re-disabled the ajax tests in Safari 3. |
tree | commitdiff |
2007-09-03 |
John Resig | Added support for: |
tree | commitdiff |
2007-08-25 |
John Resig | Added a test case for "purple include", fixed a bug. |
tree | commitdiff |
2007-08-25 |
John Resig | New feature: You can now inject portions of a document... |
tree | commitdiff |
2007-08-24 |
John Resig | Marked all the appropriate methods as being deprecated... |
tree | commitdiff |
2007-08-24 |
John Resig | Brought back a husk method to represent evalScripts... |
tree | commitdiff |
2007-08-22 |
John Resig | Tweaked the Ajax test suite for Safari. |
tree | commitdiff |
2007-08-21 |
John Resig | Two quick fixes in relation to #1028. ajaxSetup shouldn... |
tree | commitdiff |
2007-08-21 |
John Resig | Make deep .extend() an optional argument - it will... |
tree | commitdiff |
2007-08-19 |
John Resig | Complete overhaul of the Ajax test suite, it's now... |
tree | commitdiff |
2007-08-19 |
John Resig | We were catching exceptions within the success callback... |
tree | commitdiff |
2007-07-31 |
John Resig | Brought back jQuery.globalEval(), fixing bug #1425. |
tree | commitdiff |
2007-07-26 |
Sean Catchpole | nevermind, I'm dumb. =P |
tree | commitdiff |
2007-07-26 |
Sean Catchpole | Fixed ajax array arguments in $.param |
tree | commitdiff |
2007-07-21 |
Brandon Aaron | missing semi-colon |
tree | commitdiff |
2007-07-21 |
John Resig | Added support for parsererror errors from Ajax requests... |
tree | commitdiff |
2007-07-20 |
John Resig | Added a fix to prevent the completion callback from... |
tree | commitdiff |
2007-07-20 |
John Resig | Completely reworked the evalScripts() code, fixing... |
tree | commitdiff |
2007-07-20 |
John Resig | The isTimeout fix from #970 was causing unintended... |
tree | commitdiff |
2007-07-20 |
John Resig | Made the error message equal to "timeout", if the reque... |
tree | commitdiff |
2007-07-09 |
John Resig | Got some XHR tests to run, still some hanging threads... |
tree | commitdiff |
2007-06-16 |
John Resig | Fixed an issue with JSON data in packed scripts. (Bug... |
tree | commitdiff |
2007-04-25 |
Jörn Zaefferer | Minor cleanup |
tree | commitdiff |
2007-04-18 |
Jörn Zaefferer | Fix for #1132 |
tree | commitdiff |
2007-04-03 |
Jörn Zaefferer | Remove XMLHttpRequest shadowing, instead decide at... |
tree | commitdiff |
2007-03-25 |
Jörn Zaefferer | Added test for #970 |
tree | commitdiff |
2007-03-25 |
Jörn Zaefferer | Fixed docs for ajax timouet to mention that its in... |
tree | commitdiff |
2007-03-17 |
Jörn Zaefferer | Fix for #953, use always GET for $.get |
tree | commitdiff |
2007-02-27 |
Jörn Zaefferer | Backported wiki changes from docs.jquery.com/API/1... |
tree | commitdiff |
2007-02-22 |
Jörn Zaefferer | Fix for #991 |
tree | commitdiff |
2007-02-17 |
Brandon Aaron | Rolling back fix for #914 due to firefox double evaling... |
tree | commitdiff |
2007-02-07 |
Brandon Aaron | Fix for #914. |
tree | commitdiff |
2007-01-31 |
Jörn Zaefferer | Fix for #884 |
tree | commitdiff |
2007-01-22 |
John Resig | Fixed doing $.post() without any params. |
tree | commitdiff |
2007-01-20 |
John Resig | Added a fix for an undefined param being passed to... |
tree | commitdiff |
2007-01-17 |
Jörn Zaefferer | Simplified check for XMLHttpRequest (saving a few bytes... |
tree | commitdiff |
2007-01-16 |
Mike Alsup | Fix bug #814. |
tree | commitdiff |
2007-01-14 |
Jörn Zaefferer | Fixed two FF JS warnings |
tree | commitdiff |
2007-01-14 |
John Resig | Converted a lot of for loops to use jQuery.each() instead. |
tree | commitdiff |
2007-01-14 |
John Resig | Added back in the .load() fix. |
tree | commitdiff |
2007-01-14 |
John Resig | Merged in some wiki fixes into the main docs. |
tree | commitdiff |
2007-01-14 |
John Resig | Added in jQuery.isFunction(). |
tree | commitdiff |
2007-01-14 |
John Resig | Touched up the code a little bit, saving some bytes. |
tree | commitdiff |
2007-01-10 |
John Resig | Added a fix for <script>s getting executed twice when... |
tree | commitdiff |
2007-01-08 |
John Resig | Fixed a bug with $("body") in dynamic documents, refact... |
tree | commitdiff |
2007-01-07 |
Mike Alsup | Updated param method to encode name as well as value... |
tree | commitdiff |
2007-01-07 |
John Resig | Improved the categories of a bunch of docs, upped the... |
tree | commitdiff |
2007-01-06 |
John Resig | Cleaned up some spacing and braces. |
tree | commitdiff |
2007-01-06 |
John Resig | Converted instances of new function(){ ... } to use... |
tree | commitdiff |
next |