aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax
Commit message (Expand)AuthorAgeFilesLines
* 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
* ajax: Fix #14207. file protocol returns status 0, see #8605.Dave Methvin2013-11-131-2/+2
* Fix #14492: More correct jQuery.parseJSON. Close gh-1419.Richard Gibson2013-11-121-1/+5
* No ticket: Update support comment to match conventionRichard Gibson2013-11-041-2/+2
* No ticket: Small ajax/xhr size optimizationsRichard Gibson2013-10-281-6/+19
* Fix #14379: AJAX requests on unloadRichard Gibson2013-10-281-4/+2
* No ticket: fix code style inconsistencies. Closes gh-1361Oleg2013-09-132-2/+2
* All non-var modules should not indent in their AMD wrappers (just for prettie...Timmy Willison2013-09-092-21/+24
* Move parsing methods to their own files (separates manipulation dependency fr...Timmy Willison2013-09-083-0/+35
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-062-3/+3
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-6/+6
* Pass all tests (and load Sizzle fixture correctly) when loading with AMDTimmy Willison2013-08-291-1/+4
* Specify support as a dependency wherever it is used. Optimize module order to...Timmy Willison2013-08-151-1/+2
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-156-2/+104
* Removes unnecessary call to `.off()` as noted by @dcherman.jaubourg2013-01-211-1/+1
* Further script transport cleanup, close gh-1123.jaubourg2013-01-201-19/+16
* Reduced script transportjaubourg2013-01-201-47/+21
* Adds the abort on unload trick back in since IE9 still exhibits the bugjaubourg2013-01-071-4/+19
* Fixes comments per @rwldrn. Makes sure failing requests from local protocol y...jaubourg2013-01-071-6/+10
* 2.0: reduced xhr transportjaubourg2013-01-071-210/+84
* Fix #10417. setTimeout w/o 2nd arg is jQuery.later! Close gh-1065.Oleg2012-12-101-1/+1
* No ticket: compress ajax. Close gh-1041.Richard Gibson2012-11-253-46/+38
* Set async to true instead of async (prop vs. attr). Closes gh-1039Timo Tijhof2012-11-211-1/+1
* Alternate fix for #11426; check responseText. Close gh-843.Oleg Gaidarenko2012-10-201-2/+1
* Latest JSHint gets cranky with the _ vars in catch() {}Rick Waldron2012-10-151-2/+2