aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* Ajax: Support binary data (including FormData)Michał Gołębiowski-Owczarek2023-02-011-3/+3
* Ajax: Support `null` as success functions in `jQuery.get`Michał Gołębiowski-Owczarek2022-10-171-2/+3
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-6/+6
* Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge)Michał Gołębiowski-Owczarek2020-09-221-1/+1
* Ajax: Execute JSONP error script responsesDallas Fraser2020-08-251-2/+4
* Build: Followups after introducing ES modules compiled via RollupMichał Gołębiowski-Owczarek2020-05-051-1/+1
* Build: Correct code indentations based on jQuery Style GuideWonseop Kim2020-05-051-3/+4
* Ajax: Overwrite s.contentType with content-type header value, if anyChristian Wenz2020-04-061-0/+9
* Build:Tests: Fix custom build tests, verify on Travis Michał Gołębiowski-Owczarek2020-01-071-1/+1
* Build: Fix the import path to serialize.js from ajax.jsMichał Gołębiowski-Owczarek2019-11-191-1/+1
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-19/+15
* Ajax: Do not execute scripts for unsuccessful HTTP responsesSean Robinson2019-09-261-0/+5
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-05-131-1/+1
* Core: Remove IE-specific support tests, rely on document.documentModeMichał Gołębiowski-Owczarek2019-05-131-0/+6
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-291-6/+5
* Ajax: Fix getResponseHeader(key) for IE11Andrei Fangli2018-11-261-3/+5
* Ajax: Don't process non-string data property on no-entity-body requestsDave Methvin2018-01-151-2/+2
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-151-3/+4
* Docs:Tests: Update IE/Edge-related support comments & testsMichał Gołębiowski2017-05-151-1/+1
* Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapseTimmy Willison2016-09-151-4/+4
* Ajax: Don't mangle the URL when removing the anti-cache paramDave Methvin2016-08-081-3/+3
* Build: ESLint detailsOleg Gaidarenko2016-06-111-0/+1
* Ajax: Remove unnecessary use of jQuery.trimRalin Chimev2016-04-291-1/+1
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-251-0/+2
* Docs: Update support comments related to IEMichał Gołębiowski2016-03-301-3/+4
* Core: Deprecate jQuery.parseJSONMichał Gołębiowski2016-03-021-2/+1
* Ajax: add serialize to AMD dependenciesTimmy Willison2016-01-191-1/+2
* Ajax: Preserve URL hash on requestsDave Methvin2015-11-301-12/+16
* Ajax: Golf away 21 bytesRichard Gibson2015-11-191-30/+28
* Event: Separate trigger/simulate into its own moduleDave Methvin2015-11-061-0/+2
* Ajax: Only form-encode requests with a bodyDave Methvin2015-11-021-0/+6
* Ajax: improve content-type detectionOleg Gaidarenko2015-10-121-3/+3
* Ajax: Mitigate possible XSS vulnerabilityOleg Gaidarenko2015-10-121-1/+1
* Ajax: do not quote "throws" option - use dot notation insteadOleg Gaidarenko2015-09-071-1/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-26/+58
* Core: Switch from modules to just window.setTimeout etc.Michał Gołębiowski2015-06-171-6/+3
* Core: Use window.setTimeout & friends instead of global equivalentsMichał Gołębiowski2015-06-171-1/+4
* Ajax: remove deprecated extensions from ajax promiseOleg Gaidarenko2015-02-171-6/+4
* Ajax: $.post and $.get can now take an options objectGeorge Mauer2015-01-111-2/+3
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-261-1/+3
* Ajax: use anchor tag for parsing urlsBen Toews2014-12-111-19/+26
* Ajax: Fix for request aborted in ajaxSendDan Hart2014-11-011-0/+6
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-7/+16
* Ajax: Remove workaround for IE6/7Chris Antaki2014-07-131-19/+6
* Support: clean up comments and Support notationDave Methvin2014-06-101-6/+5
* Ajax: Support usage without jQuery.eventTJ VanToll2014-06-021-1/+2
* Ajax: move ajax event aliases to their own fileTimmy Willison2014-06-021-7/+0
* Fix #14036. Remove user/pass from ajaxLocation. Close gh-1340.njhamann2013-11-131-1/+1
* No ticket: fix code style inconsistencies. Closes gh-1361Oleg2013-09-131-5/+5
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-0/+1