aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax.js
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #1450 by returning 1223 as success. Couldn't normalize the status sinc...David Serduke2007-11-291-2/+3
* Fix #1905 bug where in IE the use of RegExp.test() was failing and needed to ...David Serduke2007-11-161-1/+1
* Fix for bug #1638, where a non-string data could break an Ajax request.John Resig2007-10-181-2/+2
* Another fix for bug #1584, ajaxStop would not be called for a cross-domain re...John Resig2007-10-171-1/+1
* Added a fix for bug #1580, where the query string was appended to the POST da...John Resig2007-09-151-12/+12
* Bug #1584, ajaxStop/complete calls weren't called for JSONP requests.John Resig2007-09-151-0/+1
* Fix for bug #1600 - multiple selects were being serialized incorrectly.John Resig2007-09-151-1/+1
* Fixed some line ending issues.John Resig2007-09-091-5/+8
* Errors were occuring with getScript, if you called it too early.John Resig2007-09-091-2/+3
* Reorganzing the jQuery source (first phase).John Resig2007-09-081-0/+462