| Commit message (Expand) | Author | Age | Files | Lines |
* | Core: Use named exports in `src/` | Michał Gołębiowski-Owczarek | 2023-09-12 | 1 | -1/+1 |
* | Ajax: Support `null` as success functions in `jQuery.get` | Michał Gołębiowski-Owczarek | 2022-10-17 | 1 | -1/+0 |
* | Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER` | Michał Gołębiowski-Owczarek | 2022-01-04 | 1 | -2/+2 |
* | Build: Correct code indentations based on jQuery Style Guide | Wonseop Kim | 2020-05-05 | 1 | -3/+3 |
* | Core: Migrate from AMD to ES modules 🎉 | Michał Gołębiowski-Owczarek | 2019-11-18 | 1 | -7/+2 |
* | Ajax: Simplify jQuery.ajaxSettings.xhr | Michał Gołębiowski-Owczarek | 2019-08-26 | 1 | -3/+1 |
* | Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJS | Michał Gołębiowski-Owczarek | 2019-04-29 | 1 | -133/+85 |
* | Ajax: add an ontimeout handler to all requests | Erik Lax | 2017-07-24 | 1 | -2/+3 |
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 1 | -0/+2 |
* | Docs: Update support comments to follow the new syntax | Michał Gołębiowski | 2016-03-30 | 1 | -4/+4 |
* | Docs:Tests: Remove obsolete code from tests, update support comments | Michał Gołębiowski | 2016-03-08 | 1 | -3/+3 |
* | Ajax: Don't throw exceptions on binary data response | Dave Methvin | 2015-11-04 | 1 | -6/+7 |
* | Ajax: trigger error callback on native abort | Timmy Willison | 2015-11-03 | 1 | -8/+41 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 1 | -10/+16 |
* | Ajax: remove "onunload" event handler | Oleg Gaidarenko | 2015-05-03 | 1 | -18/+3 |
* | Build: Don't assume the browser environment; smoke test on Node w/ jsdom | Michał Gołębiowski | 2014-12-26 | 1 | -1/+1 |
* | Ajax: remove event dependency from the ajax module | Oleg Gaidarenko | 2014-10-14 | 1 | -2/+3 |
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -2/+8 |
* | Ajax: Protect against exceptions thrown synchronously by xhr.send | jaubourg | 2014-01-29 | 1 | -4/+9 |
* | Revert "Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434." | Dave Methvin | 2013-12-15 | 1 | -8/+0 |
* | Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434. | Dave Methvin | 2013-11-14 | 1 | -0/+8 |
* | ajax: Fix #14207. file protocol returns status 0, see #8605. | Dave Methvin | 2013-11-13 | 1 | -2/+2 |
* | No ticket: Update support comment to match convention | Richard Gibson | 2013-11-04 | 1 | -2/+2 |
* | No ticket: Small ajax/xhr size optimizations | Richard Gibson | 2013-10-28 | 1 | -6/+19 |
* | Fix #14379: AJAX requests on unload | Richard Gibson | 2013-10-28 | 1 | -4/+2 |
* | No ticket: fix code style inconsistencies. Closes gh-1361 | Oleg | 2013-09-13 | 1 | -1/+1 |
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -6/+6 |
* | Specify support as a dependency wherever it is used. Optimize module order to... | Timmy Willison | 2013-08-15 | 1 | -1/+2 |
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -0/+7 |
* | Adds the abort on unload trick back in since IE9 still exhibits the bug | jaubourg | 2013-01-07 | 1 | -4/+19 |
* | Fixes comments per @rwldrn. Makes sure failing requests from local protocol y... | jaubourg | 2013-01-07 | 1 | -6/+10 |
* | 2.0: reduced xhr transport | jaubourg | 2013-01-07 | 1 | -210/+84 |
* | Fix #10417. setTimeout w/o 2nd arg is jQuery.later! Close gh-1065. | Oleg | 2012-12-10 | 1 | -1/+1 |
* | No ticket: compress ajax. Close gh-1041. | Richard Gibson | 2012-11-25 | 1 | -18/+16 |
* | Alternate fix for #11426; check responseText. Close gh-843. | Oleg Gaidarenko | 2012-10-20 | 1 | -2/+1 |
* | Latest JSHint gets cranky with the _ vars in catch() {} | Rick Waldron | 2012-10-15 | 1 | -2/+2 |
* | Fixes a variety of typographical problems. Closes gh-853 | Chris Faulkner | 2012-07-11 | 1 | -1/+1 |
* | Follow the style guide, lose 72 bytes! Closes gh-840. | Mike Sherov | 2012-07-09 | 1 | -6/+5 |
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -4/+0 |
* | When IE6 & IE7 serve from the cache in async mode, resolves the request async... | jaubourg | 2012-05-16 | 1 | -4/+6 |
* | Fixes #11426: getting the responseText of an xhr should be tried/caught becau... | jaubourg | 2012-03-07 | 1 | -1/+7 |
* | Add undef:true to JSHint now that it understands hoisting | Mike Sherov | 2012-01-19 | 1 | -5/+5 |
* | Fix #10692. JSLint is dead! Long live JSHint! | Mike Sherov | 2011-12-08 | 1 | -5/+5 |
* | Makes sure no unload handler is bound when not in IE. Also simplifies the who... | jaubourg | 2011-04-21 | 1 | -30/+26 |
* | (Re) Fixes #8884 in a way that keeps the format of the headers map sent to tr... | jaubourg | 2011-04-19 | 1 | -1/+1 |
* | Removes now unnecessary regexp and companion function. Fixes some spacing iss... | jaubourg | 2011-04-15 | 1 | -1/+1 |
* | Continuing to map request headers using their name in uppercase for the index... | Sam Bisbee | 2011-04-15 | 1 | -1/+1 |
* | Fixes #8423. Never set X-Requested-With header automagically for cross-domain... | jaubourg | 2011-03-07 | 1 | -5/+6 |
* | Minor changes to enforce JQuery Core Style Guidelines. | jaubourg | 2011-02-12 | 1 | -9/+11 |
* | Adds missing crossDomain test. | jaubourg | 2011-02-11 | 1 | -1/+1 |