| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixes #5803. Reworked jsonp prefilter so that it sets the dataType as jsonp a... | jaubourg | 2011-01-09 | 1 | -53/+52 |
* | Fixes #7868. ResponseText is now properly propagated for error callbacks. | jaubourg | 2011-01-09 | 1 | -9/+7 |
* | Added a simple cache for xhr objects in the xhr transport. | jaubourg | 2011-01-09 | 1 | -1/+8 |
* | Renamed src/transports to src/ajax (in case we need prefilters in the future ... | jaubourg | 2011-01-06 | 3 | -0/+358 |
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 2 | -1103/+0 |
* | Forgot to update the $.param() tests. | John Resig | 2007-09-05 | 1 | -5/+5 |
* | Re-disabled the Ajax tests in Safari. | John Resig | 2007-09-05 | 1 | -2/+2 |
* | Integration of Mike Alsup's excellent form serialization code. The benefits a... | John Resig | 2007-09-05 | 2 | -10/+46 |
* | Removed all deprecated functionality for jQuery 1.2. A full list of what was ... | John Resig | 2007-09-04 | 2 | -44/+15 |
* | Removed all inline documentation. The current version of all documentation is... | John Resig | 2007-09-04 | 1 | -451/+0 |
* | Re-disabled the ajax tests in Safari 3. | John Resig | 2007-09-03 | 1 | -2/+2 |
* | Added support for: | John Resig | 2007-09-03 | 2 | -159/+408 |
* | Added a test case for "purple include", fixed a bug. | John Resig | 2007-08-25 | 2 | -2/+13 |
* | New feature: You can now inject portions of a document via .load(), as oppose... | John Resig | 2007-08-25 | 1 | -1/+17 |
* | Marked all the appropriate methods as being deprecated for the 1.1.4 release ... | John Resig | 2007-08-24 | 1 | -0/+3 |
* | Brought back a husk method to represent evalScripts. I didn't realize so many... | John Resig | 2007-08-24 | 1 | -1/+6 |
* | Tweaked the Ajax test suite for Safari. | John Resig | 2007-08-22 | 1 | -5/+10 |
* | Two quick fixes in relation to #1028. ajaxSetup shouldn't be deep and the boo... | John Resig | 2007-08-21 | 1 | -1/+1 |
* | Make deep .extend() an optional argument - it will go deep if you pass in an ... | John Resig | 2007-08-21 | 1 | -2/+2 |
* | Complete overhaul of the Ajax test suite, it's now passing in all browsers. I... | John Resig | 2007-08-19 | 2 | -178/+234 |
* | We were catching exceptions within the success callback of an Ajax request, t... | John Resig | 2007-08-19 | 1 | -30/+31 |
* | Brought back jQuery.globalEval(), fixing bug #1425. | John Resig | 2007-07-31 | 1 | -1/+1 |
* | nevermind, I'm dumb. =P | Sean Catchpole | 2007-07-26 | 1 | -1/+1 |
* | Fixed ajax array arguments in $.param | Sean Catchpole | 2007-07-26 | 1 | -1/+1 |
* | missing semi-colon | Brandon Aaron | 2007-07-21 | 1 | -1/+1 |
* | Added support for parsererror errors from Ajax requests (bug #1145). | John Resig | 2007-07-21 | 1 | -3/+6 |
* | Added a fix to prevent the completion callback from firing multiple times in ... | John Resig | 2007-07-20 | 1 | -1/+1 |
* | Completely reworked the evalScripts() code, fixing bugs #1332, #975, and #777. | John Resig | 2007-07-20 | 1 | -49/+9 |
* | The isTimeout fix from #970 was causing unintended status bugs (fixed). This ... | John Resig | 2007-07-20 | 1 | -9/+14 |
* | Made the error message equal to "timeout", if the request timed out. (Bug #970) | John Resig | 2007-07-20 | 1 | -3/+3 |
* | Got some XHR tests to run, still some hanging threads (need to investigate). ... | John Resig | 2007-07-09 | 1 | -31/+31 |
* | Fixed an issue with JSON data in packed scripts. (Bug #1298) | John Resig | 2007-06-16 | 1 | -1/+1 |
* | Minor cleanup | Jörn Zaefferer | 2007-04-25 | 1 | -3/+0 |
* | Fix for #1132 | Jörn Zaefferer | 2007-04-18 | 1 | -4/+0 |
* | Remove XMLHttpRequest shadowing, instead decide at runtime whether to create ... | Jörn Zaefferer | 2007-04-03 | 1 | -8/+3 |
* | Added test for #970 | Jörn Zaefferer | 2007-03-25 | 1 | -0/+13 |
* | Fixed docs for ajax timouet to mention that its in milliseconds | Jörn Zaefferer | 2007-03-25 | 1 | -3/+3 |
* | Fix for #953, use always GET for $.get | Jörn Zaefferer | 2007-03-17 | 1 | -0/+1 |
* | Backported wiki changes from http://docs.jquery.com/API/1.1.1/Ajax | Jörn Zaefferer | 2007-02-27 | 1 | -14/+24 |
* | Fix for #991 | Jörn Zaefferer | 2007-02-22 | 1 | -8/+14 |
* | Rolling back fix for #914 due to firefox double evaling scripts | Brandon Aaron | 2007-02-17 | 1 | -1/+1 |
* | Fix for #914. | Brandon Aaron | 2007-02-07 | 1 | -1/+1 |
* | Fix for #884 | Jörn Zaefferer | 2007-01-31 | 1 | -1/+4 |
* | Fixed doing $.post() without any params. | John Resig | 2007-01-22 | 1 | -0/+5 |
* | Added a fix for an undefined param being passed to a load. | John Resig | 2007-01-20 | 1 | -1/+1 |
* | Simplified check for XMLHttpRequest (saving a few bytes) and fixed load()-test | Jörn Zaefferer | 2007-01-17 | 2 | -3/+3 |
* | Fix bug #814. | Mike Alsup | 2007-01-16 | 1 | -1/+1 |
* | Fixed two FF JS warnings | Jörn Zaefferer | 2007-01-14 | 2 | -2/+3 |
* | Converted a lot of for loops to use jQuery.each() instead. | John Resig | 2007-01-14 | 1 | -4/+6 |
* | Added back in the .load() fix. | John Resig | 2007-01-14 | 1 | -1/+1 |