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 |
2007-01-04 |
Jörn Zaefferer | Changed "Hash" to "Map" in docs |
tree | commitdiff |
2007-01-02 |
Mike Alsup | added evalScripts test |
tree | commitdiff |
2007-01-01 |
Jörn Zaefferer | Added note for IE's behaviour of stripping script tags... |
tree | commitdiff |
2006-12-31 |
Jörn Zaefferer | Modified tests to show #746 |
tree | commitdiff |
2006-12-31 |
Jörn Zaefferer | Improved Mikes hack to ease testing against IE cache |
tree | commitdiff |
2006-12-31 |
Mike Alsup | add time to test.html request url using new Date()... |
tree | commitdiff |
2006-12-29 |
Jörn Zaefferer | Fix for #534 |
tree | commitdiff |
2006-12-22 |
Jörn Zaefferer | Documentation for $.ajaxSetup |
tree | commitdiff |
2006-12-22 |
Jörn Zaefferer | Implemented global ajax settings - no documentation yet |
tree | commitdiff |
2006-12-21 |
Jörn Zaefferer | Fixed typo |
tree | commitdiff |
2006-12-21 |
Jörn Zaefferer | A few corrections to the testsuite to imrove the failur... |
tree | commitdiff |
2006-12-21 |
Jörn Zaefferer | Added note to load() to avoid using it to load scripts... |
tree | commitdiff |
2006-12-21 |
Jörn Zaefferer | Implemented a better error handling for ajax requests... |
tree | commitdiff |
2006-12-21 |
Jörn Zaefferer | Added test for sync requests with callbacks (#534) |
tree | commitdiff |
2006-12-20 |
Jörn Zaefferer | Fixed wheather-whether typo - Thanks Erik |
tree | commitdiff |
2006-12-15 |
Jörn Zaefferer | Fixed synchrnous requests, improved AJAX inline documen... |
tree | commitdiff |
2006-12-13 |
Jörn Zaefferer | Fixed docs for $.ajax' processData option |
tree | commitdiff |
2006-12-11 |
Jörn Zaefferer | Fixed #471 |
tree | commitdiff |
2006-12-05 |
Jörn Zaefferer | Renamed $.ajax's "before"-option to "beforeSend" to... |
tree | commitdiff |
2006-12-04 |
Jörn Zaefferer | Renamed preprocess to before, for consistency with... |
tree | commitdiff |
2006-12-04 |
Jörn Zaefferer | Simplified XMLHttpRequest shadow (tested on 5.5, 6... |
tree | commitdiff |
2006-12-02 |
Jörn Zaefferer | Fixed jQuery.eval (or rather, jQuery.globalEval to... |
tree | commitdiff |
2006-11-30 |
Jörn Zaefferer | Fixed serializing arrays (bug #448) |
tree | commitdiff |
2006-11-28 |
Jörn Zaefferer | Fixed docs for $.ajax for data option |
tree | commitdiff |
2006-11-21 |
Jörn Zaefferer | Another attempt to fix the getScript problem |
tree | commitdiff |
2006-11-21 |
Jörn Zaefferer | Fixed typo in comment |
tree | commitdiff |
2006-11-21 |
Jörn Zaefferer | Better fix for #407 issue |
tree | commitdiff |
2006-11-20 |
Jörn Zaefferer | Fix for bug #407, yet to be tested |
tree | commitdiff |
next |