aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* Revert "Ajax: use anchor tag for parsing urls"Timmy Willison2016-01-061-33/+26
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-061-8/+9
* Revert "Ajax: remove deprecated extensions from ajax promise"Oleg Gaidarenko2015-12-221-4/+6
* Ajax: improve content-type detectionOleg Gaidarenko2015-10-121-3/+3
* Ajax: do not quote "throws" option - use dot notation insteadOleg Gaidarenko2015-09-071-1/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-25/+58
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-161-3/+5
* 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
* Ajax: use anchor tag for parsing urlsBen Toews2014-12-111-21/+28
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-081-22/+8
* 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-9/+20
* Ajax: Add support comment and fix code style issueChris Antaki2014-07-131-0/+1
* 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
* Fix some code style inconsistenciesOleg2013-11-071-6/+5
* Use charAt instead of string indexing for oldIE's sake. Fixes #14356.Timmy Willison2013-09-121-1/+1
* Match ordering in ajax with master. -3 bytes.Timmy Willison2013-09-091-155/+155
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-0/+1
* 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-66/+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
* Update grunt-contrib-jshint to 0.3.0, ref gh-1204.Michał Gołębiowski2013-04-031-2/+2
* Fixes #11151, #13388. Minor refactor of response conversion and when/wherejaubourg2013-02-281-41/+45
* Optimisation: Use String instead of window.String. Close gh-1176.Timo Tijhof2013-02-261-1/+1
* Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.Oleg2013-01-311-14/+14
* 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
* better, more maintainable version of the prefilters execution and transport s...jaubourg2012-10-161-35/+20
* Fix #12637: restore 1.8.1 ajax crossDomain logic. Close gh-944.Richard Gibson2012-10-031-3/+6
* Fix #12229, size/consistency improvements. Close gh-887.Richard Gibson2012-09-181-11/+8
* Revert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL."Dave Methvin2012-08-241-1/+1
* Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL.Dave Methvin2012-08-231-1/+1
* Calling load with null as the data parameter now properly issues a GET reques...jaubourg2012-08-161-1/+1
* Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158.Timmy Willison2012-07-301-1/+1
* Clean up regexen; use common regex for numbers. Close gh-862.Richard Gibson2012-07-221-1/+1
* Extracts the serialization code from the ajax module so that alternative ajax...jaubourg2012-07-131-160/+53
* Fixes a variety of typographical problems. Closes gh-853Chris Faulkner2012-07-111-1/+1
* Follow the style guide, lose 72 bytes! Closes gh-840.Mike Sherov2012-07-091-42/+39
* Interim take on cross-module variables, closes gh-817.Richard Gibson2012-06-151-3/+2
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-4/+0