| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Ajax: Don't auto-execute scripts unless dataType provided | Michał Gołębiowski-Owczarek | 2021-01-26 | 1 | -11/+2 |
* | Ajax: Make responseJSON work for erroneous same-domain JSONP requests | Michał Gołębiowski-Owczarek | 2020-09-01 | 1 | -5/+18 |
* | Ajax: Avoid CSP errors in the script transport for async requests | Michał Gołębiowski-Owczarek | 2020-08-25 | 1 | -3/+7 |
* | Ajax: Drop the json to jsonp auto-promotion logic | Michał Gołębiowski-Owczarek | 2020-07-27 | 1 | -52/+48 |
* | Build: Correct code indentations based on jQuery Style Guide | Wonseop Kim | 2020-05-05 | 1 | -3/+3 |
* | Build:Tests: Fix custom build tests, verify on Travis | Michał Gołębiowski-Owczarek | 2020-01-07 | 1 | -24/+0 |
* | Core: Migrate from AMD to ES modules 🎉 | Michał Gołębiowski-Owczarek | 2019-11-18 | 8 | -60/+22 |
* | 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 | 4 | -141/+91 |
* | squash! Set attributes all at once, src last | Dave Methvin | 2018-05-14 | 1 | -8/+5 |
* | Ajax: Allow custom attributes when script transport is used | Dave Methvin | 2018-05-14 | 1 | -3/+3 |
* | Core: deprecate jQuery.isFunction | Jason Bedard | 2018-01-15 | 2 | -5/+7 |
* | Core: deprecate jQuery.now | Timmy Willison | 2018-01-08 | 1 | -4/+2 |
* | Ajax: add an ontimeout handler to all requests | Erik Lax | 2017-07-24 | 1 | -2/+3 |
* | Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapse | Timmy Willison | 2016-09-15 | 1 | -2/+3 |
* | Build: Put all AMD modules in "src/" in strict mode | Michał Gołębiowski | 2016-04-25 | 8 | -0/+16 |
* | Ajax: execute jQuery#load callback with correct context | Oleg Gaidarenko | 2016-04-04 | 1 | -1/+1 |
* | Docs: Update support comments to follow the new syntax | Michał Gołębiowski | 2016-03-30 | 2 | -5/+5 |
* | Docs:Tests: Remove obsolete code from tests, update support comments | Michał Gołębiowski | 2016-03-08 | 2 | -4/+5 |
* | Core: Deprecate jQuery.parseJSON | Michał Gołębiowski | 2016-03-02 | 1 | -9/+0 |
* | 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 |
* | Ajax: improve content-type detection | Oleg Gaidarenko | 2015-10-12 | 1 | -1/+1 |
* | Ajax: correct indentation | Oleg Gaidarenko | 2015-10-12 | 1 | -3/+3 |
* | Ajax: Mitigate possible XSS vulnerability | Oleg Gaidarenko | 2015-10-12 | 1 | -0/+7 |
* | Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 support | Michał Gołębiowski | 2015-09-14 | 1 | -5/+1 |
* | Build: Update jscs and lint files | Oleg Gaidarenko | 2015-09-07 | 9 | -50/+59 |
* | Ajax: Remove jsonp callbacks through "jQuery#removeProp" method | Oleg Gaidarenko | 2015-07-13 | 1 | -2/+8 |
* | Ajax: Remove remnants of the load event alias handling | Michał Gołębiowski | 2015-06-01 | 1 | -10/+1 |
* | Ajax: remove "onunload" event handler | Oleg Gaidarenko | 2015-05-03 | 1 | -18/+3 |
* | Core: Align branches: remove an unused variable, add comments | Michał Gołębiowski | 2015-04-27 | 1 | -0/+2 |
* | Ajax: remove use of jQuery#each second argument | Oleg Gaidarenko | 2015-02-19 | 1 | -1/+3 |
* | Ajax: replace "jqXHR.complete" callback with "always" | Oleg Gaidarenko | 2015-02-15 | 1 | -1/+4 |
* | Ajax: make jQuery#load "type" field explicit | Oleg Gaidarenko | 2015-02-15 | 1 | -2/+4 |
* | Ajax: simplify one ajax call and add explanatory comment | Oleg Gaidarenko | 2015-02-15 | 1 | -1/+0 |
* | Core: Standardize indexOf comparisons | Richard Gibson | 2015-01-10 | 2 | -2/+3 |
* | Build: Don't assume the browser environment; smoke test on Node w/ jsdom | Michał Gołębiowski | 2014-12-26 | 4 | -3/+7 |
* | Ajax: simplify jQuery.parseXML method | Shivaji Varma | 2014-12-25 | 1 | -3/+2 |
* | 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 | 3 | -4/+13 |
* | Ajax: .load() should trim its selector | Dave Methvin | 2014-03-04 | 1 | -1/+1 |
* | 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 |
* | Fix #14492: More correct jQuery.parseJSON. Close gh-1419. | Richard Gibson | 2013-11-12 | 1 | -1/+5 |
* | 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 |