aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply consistent ordering in all modules. -38 bytes. Order modules like funct...Timmy Willison2013-09-091-156/+156
* Move parsing methods to their own files (separates manipulation dependency fr...Timmy Willison2013-09-081-0/+2
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-68/+16
* Handles HEAD requests as if they always were 204. Fixes #13922.Julian Aubourg2013-05-231-1/+1
* Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute i...Richard Gibson2013-04-171-23/+23
* Correct oldIE-related comments, revert some workarounds. Close gh-1207.Michał Gołębiowski2013-04-041-1/+1
* Update grunt-contrib-jshint to 0.3.0, close gh-1204.Michał Gołębiowski2013-04-031-2/+2
* Edited comments and minor adjustments. Fixes #13553. Closes gh-1195.Michał Z. Gołębiowski2013-03-121-4/+5
* Fixes #11151, #13388. Minor refactor of response conversion and when/wherejaubourg2013-02-281-41/+44
* Optimisation: Use String instead of window.String. Close gh-1176.Timo Tijhof2013-02-261-1/+1
* Don't try and convert data for 204 No Content responses. Fixes #13292. Fixes ...byroot2013-01-241-3/+8
* Fixes awkward spacingjaubourg2012-11-291-3/+2
* Simplifies how url is kept devoid of anti-cache parameter for ifModified requ...jaubourg2012-11-291-16/+16
* Alias options.method to options.type. Fixes #12004.Matt Farmer2012-11-281-0/+3
* Fix #12959: Optimize library-wide patternsRichard Gibson2012-11-271-3/+3
* No ticket: compress ajax. Close gh-1041.Richard Gibson2012-11-251-282/+255
* Uses an additive approach to generating anti-cache parameters rather than a t...jaubourg2012-10-161-1/+3
* Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, Clos...Ben Truyman2012-10-161-1/+3