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