aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be fou...jaubourg2010-12-091-448/+123
* Merge branch 'bug6242' of https://github.com/csnover/jquery into csnover-bug6242John Resig2010-12-061-6/+13
|\
| * Fix memory leaks in IE caused by the custom abort function of $.ajax. Fixes b...Colin Snover2010-12-031-6/+13
* | Merge branch 'bug7531' of https://github.com/csnover/jquery into csnover-bug7531John Resig2010-12-061-1/+4
|\ \
| * | Optimize for size instead of speed.Colin Snover2010-11-171-1/+1
| * | Coerce s.url to string before calling replace, since replace is also a method...Colin Snover2010-11-171-1/+4
| |/
* / Set cache to false as default for script or json requests. Fixes 7578.Anton M2010-11-191-1/+1
|/
* Merge branch 'bug7422' of https://github.com/csnover/jquery into csnover-bug7422John Resig2010-11-091-4/+5
|\
| * Ensure that AJAX requests are actually aborted in all browsers. Fix #7422.Colin Snover2010-11-061-4/+5
* | Make sure that when multiple variables are being declared that assignments ar...John Resig2010-11-091-5/+6
|/
* Backing out fix for #5803 from 3b50eaca2cd0b1439235e39c4e98a6438e8f55b2.John Resig2010-10-251-6/+0
* Merge branch 'jquerymaster' of http://github.com/SlexAxton/jquery into SlexAx...John Resig2010-10-251-1/+1
|\
| * Forces lower case comparison of protocol and host when determining whether th...Alex Sexton2010-10-201-1/+1
* | Allow DELETE requests to have a content body, and properly serialize data to ...dmethvin2010-10-251-4/+4
* | Fixes #7229 and #5803rwldrn2010-10-241-0/+6
|/
* Bringing back the change from 80a4178af9b12e6617bfcec818c538dfe08d3791, adapt...John Resig2010-10-151-4/+4
* Reverting commit 39addc87a37b32be19f2c58ec8babe752c0243e1 after a report of p...jeresig2010-10-141-4/+4
* Oops, still have jQuery.ajax.* on the brain.jeresig2010-10-131-2/+2
* Handle issue with two concurrent JSONP requests that use the same callback name.Pinhook2010-10-131-4/+4
* The world isn't ready for moving the Ajax methods to jQuery.ajax.*. Hope to m...John Resig2010-10-111-28/+27
* Merge branch 'bug7018' of http://github.com/csnover/jquery into csnover-bug7018John Resig2010-10-091-2/+4
|\
| * Fix bug #7018.Colin Snover2010-10-061-2/+4
* | Name the try/catch arg to satisfy JSLint - thanks to @rwldrn in 873c28425fb64...jeresig2010-10-091-2/+2
|/
* Make sure we have a fallback when XMLHttpRequest is manually disabled. Fixes ...John Resig2010-09-281-12/+24
* Merge branch 'master' of http://github.com/aakoch/jquery into aakoch-masterjeresig2010-09-271-2/+2
|\
| * Removing the second capture group. After the changes suggested by Jeff Robers...unknown2010-09-241-2/+2
* | Make sure that requests without a body don't set contentType, and a zero-leng...Dave Methvin2010-09-241-4/+5
* | Report correct Error object to handleError. Part of the fix for #6677.Dave Methvin2010-09-241-1/+1
* | Merge branch 'master' of github.com:jquery/jqueryjeresig2010-09-241-2/+2
|\ \
| * | For JSON and script requests, set the scriptCharset before the url so IE won'...dmethvin2010-09-251-1/+1
| * | Added a default quality of `*/*` for content negotiation.Heungsub Lee2010-09-251-1/+1
* | | Use origSettings.context unless it's undefined; for that case use merged sett...Dave Methvin2010-09-241-1/+3
|/ /
* / Serialize keys with empty arrays/object values in jQuery.param(). Fixes #6481.temp012010-09-241-4/+9
|/
* Allow # urls to contain #. Thanks to @alvopass in f9f9ee52e16f37900296e06982a...jeresig2010-09-221-1/+1
* Make sure that #... are trimmed from Ajax request URLs. Fixes #4987.John Resig2010-09-221-0/+2
* Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/...jeresig2010-09-221-6/+7
* Scratch that, just punting on Opera and 304s for now - there may not be a goo...John Resig2010-09-211-7/+3
* Use a different workaround for detecting when Opera finds a status 304 page. ...John Resig2010-09-211-3/+5
* Add a flag to verify if a browser supports some form of XHR request. Fixes #7...John Resig2010-09-131-0/+3
* Make sure that jQuery works even when the individual modules are loaded separ...jeresig2010-09-081-0/+4
* Fixing request data param issue. Thanks to mislav for the patch. Fixes #5123.jeresig2010-06-141-1/+1
* Tweak spacing from last commit.jeresig2010-06-141-13/+15
* Fix for http://dev.jquery.com/ticket/6451malsup2010-06-151-10/+18
* Made it so that you no longer need to build jQuery in order to run the test s...jeresig2010-03-231-2/+2
* Moving more properties onto jQuery.ajax, also copy them back to the jQuery ob...jeresig2010-03-021-9/+12
* More changes to get jQuery in line with JSLint.jeresig2010-03-011-126/+130
* We don't want to increment the Ajax counter if there isn't a global event.jeresig2010-03-011-3/+1
* Land some additional tweaks related to running through JSLint.jeresig2010-03-011-1/+1
* Made some code tweaks related to running jQuery through JSLint (thanks to Lor...jeresig2010-03-011-5/+7
* Adding in .bind(name, false), .unbind(name, false) support - an easy way to j...jeresig2010-02-271-2/+2