aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax
Commit message (Expand)AuthorAgeFilesLines
* Ajax: Don't treat array data as binaryMichał Gołębiowski-Owczarek2023-03-211-0/+1
* Ajax: Allow `processData: true` even for binary dataMichał Gołębiowski-Owczarek2023-03-201-2/+5
* Ajax: Support binary data (including FormData)Michał Gołębiowski-Owczarek2023-02-011-0/+17
* Ajax: Support `headers` for script transport even when cross-domainMichał Gołębiowski-Owczarek2023-02-011-10/+18
* Ajax: Support `null` as success functions in `jQuery.get`Michał Gołębiowski-Owczarek2022-10-171-1/+0
* Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER`Michał Gołębiowski-Owczarek2022-01-041-2/+2
* Ajax: Don't auto-execute scripts unless dataType providedMichał Gołębiowski-Owczarek2021-01-261-11/+2
* Ajax: Make responseJSON work for erroneous same-domain JSONP requestsMichał Gołębiowski-Owczarek2020-09-011-5/+18
* Ajax: Avoid CSP errors in the script transport for async requestsMichał Gołębiowski-Owczarek2020-08-251-3/+7
* Ajax: Drop the json to jsonp auto-promotion logicMichał Gołębiowski-Owczarek2020-07-271-52/+48
* Build: Correct code indentations based on jQuery Style GuideWonseop Kim2020-05-051-3/+3
* Build:Tests: Fix custom build tests, verify on Travis Michał Gołębiowski-Owczarek2020-01-071-24/+0
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-188-60/+22
* Ajax: Simplify jQuery.ajaxSettings.xhrMichał Gołębiowski-Owczarek2019-08-261-3/+1
* Core: Drop support for IE <11, iOS <11, Firefox <65, Android Browser & PhantomJSMichał Gołębiowski-Owczarek2019-04-294-141/+91
* squash! Set attributes all at once, src lastDave Methvin2018-05-141-8/+5
* Ajax: Allow custom attributes when script transport is usedDave Methvin2018-05-141-3/+3
* Core: deprecate jQuery.isFunctionJason Bedard2018-01-152-5/+7
* Core: deprecate jQuery.nowTimmy Willison2018-01-081-4/+2
* Ajax: add an ontimeout handler to all requestsErik Lax2017-07-241-2/+3
* Core: rnotwhite -> rhtmlnotwhite and jQuery.trim -> stripAndCollapseTimmy Willison2016-09-151-2/+3
* Build: Put all AMD modules in "src/" in strict modeMichał Gołębiowski2016-04-258-0/+16
* Ajax: execute jQuery#load callback with correct contextOleg Gaidarenko2016-04-041-1/+1
* Docs: Update support comments to follow the new syntaxMichał Gołębiowski2016-03-302-5/+5
* Docs:Tests: Remove obsolete code from tests, update support commentsMichał Gołębiowski2016-03-082-4/+5
* Core: Deprecate jQuery.parseJSONMichał Gołębiowski2016-03-021-9/+0
* Ajax: Don't throw exceptions on binary data responseDave Methvin2015-11-041-6/+7
* Ajax: trigger error callback on native abortTimmy Willison2015-11-031-8/+41
* Ajax: improve content-type detectionOleg Gaidarenko2015-10-121-1/+1
* Ajax: correct indentationOleg Gaidarenko2015-10-121-3/+3
* Ajax: Mitigate possible XSS vulnerabilityOleg Gaidarenko2015-10-121-0/+7
* Ajax:Attributes:CSS:Manipulation: Reduce Android 2.3 supportMichał Gołębiowski2015-09-141-5/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-079-50/+59
* Ajax: Remove jsonp callbacks through "jQuery#removeProp" methodOleg Gaidarenko2015-07-131-2/+8
* Ajax: Remove remnants of the load event alias handlingMichał Gołębiowski2015-06-011-10/+1
* Ajax: remove "onunload" event handlerOleg Gaidarenko2015-05-031-18/+3
* Core: Align branches: remove an unused variable, add commentsMichał Gołębiowski2015-04-271-0/+2
* Ajax: remove use of jQuery#each second argumentOleg Gaidarenko2015-02-191-1/+3
* Ajax: replace "jqXHR.complete" callback with "always"Oleg Gaidarenko2015-02-151-1/+4
* Ajax: make jQuery#load "type" field explicitOleg Gaidarenko2015-02-151-2/+4
* Ajax: simplify one ajax call and add explanatory commentOleg Gaidarenko2015-02-151-1/+0
* Core: Standardize indexOf comparisonsRichard Gibson2015-01-102-2/+3
* Build: Don't assume the browser environment; smoke test on Node w/ jsdomMichał Gołębiowski2014-12-264-3/+7
* Ajax: simplify jQuery.parseXML methodShivaji Varma2014-12-251-3/+2
* Ajax: remove event dependency from the ajax moduleOleg Gaidarenko2014-10-141-2/+3
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-173-4/+13
* Ajax: .load() should trim its selectorDave Methvin2014-03-041-1/+1
* Ajax: Protect against exceptions thrown synchronously by xhr.sendjaubourg2014-01-291-4/+9
* Revert "Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434."Dave Methvin2013-12-151-8/+0
* Ajax: Fix #14424. Use ActiveX in IE9+ on local files, close gh-1434.Dave Methvin2013-11-141-0/+8