aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795.Richard Gibson2012-05-311-86/+85
* -8 bytesOleg2012-05-041-6/+5
* Fixes the parameters given to load callback when the request errors.jaubourg2012-05-021-6/+11
* jQuery.fn.load optimizationOleg2012-05-011-47/+38
* jQuery.ajaxSetup() data is merged with params. Fixes #10524Oleg2012-05-011-1/+0
* Fix #8653, .param() undefined/null values become empty stringstsinha2012-04-051-1/+1
* Merge branch '1.8/#11010/Deferred' into 1.8prejaubourg2012-04-031-1/+1
|\
| * Makes Deferred implementation truly Promise/A compliant. Unit tests amended. ...jaubourg2012-04-021-1/+1
* | For much improved consistency, jqXHR.abort() sets a default statusText of 'ca...jaubourg2012-04-021-4/+8
* | $.ajax now always returns an object implementing the Promise interface. Fixes...jaubourg2012-04-021-3/+3
|/
* Fixes #4624... 3 years later, people!jaubourg2012-03-071-1/+1
* fix prefilter comment typopresbrey2012-01-221-1/+1
* Add undef:true to JSHint now that it understands hoistingMike Sherov2012-01-191-12/+12
* Fix #10978: Let jQuery.param() accept non-native constructed objects.Rick Waldron2012-01-121-2/+2
* Fix #10692. JSLint is dead! Long live JSHint!Mike Sherov2011-12-081-12/+12
* Fix #10466. jQuery.param() should treat object-wrapped primitives as primitives.Rick Waldron2011-12-061-1/+1
* Landing pull request 604. Updates bind to on in src/ajax.js. Fixes #10817.Rick Waldron2011-11-171-1/+1
* Take 2 on "Fix ajax to always expect an Error object, per #10646."Dave Methvin2011-11-081-2/+2
* Revert "Catch one more place where a plain-text error was thrown."Dave Methvin2011-11-081-1/+1
* Catch one more place where a plain-text error was thrown.Dave Methvin2011-11-081-1/+1
* Fix ajax to always expect an Error object, per #10646.Dave Methvin2011-11-081-2/+2
* Cleanup spacing in ajax.js. Fixes #10601Rick Waldron2011-10-271-1/+1
* Core styleguide cleanup. Fixes #10586Rick Waldron2011-10-261-11/+11
* $.Callbacks, $.Topic and notify/progress on $.Deferred.jaubourg2011-09-191-4/+4
* Use jdalton's shorter sequence for the chars.Dave Methvin2011-08-231-1/+1
* Use a semantic name for the variable.Dave Methvin2011-08-231-3/+3
* Fixes #10098. Avoid a slashy-starry char sequence in literal strings to evade...Dave Methvin2011-08-221-3/+6
* Merge pull request #431 from DenisKnauf/masterDave Methvin2011-08-041-1/+1
|\
| * input type=datetime-local support for ajax.Denis Knauf2011-07-071-1/+1
* | Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText i...jaubourg2011-07-231-2/+3
* | Makes sure that status -1 (used when an internal error occured) will not tag ...jaubourg2011-07-231-1/+1
* | Fixes #9887: ajax now supports circular references into objects passed as con...jaubourg2011-07-231-16/+34
|/
* Fixes #9632. Adds res:// protocol to the list of local protocols.jaubourg2011-07-011-1/+1
* Fixes #9682. Removes data from the options for request with no content so tha...jaubourg2011-07-011-0/+2
* Replaces typo (status instead of state) as observed in #9585.jaubourg2011-07-011-1/+1
* Restores var names to satisfy the crock-machine. Supplements #9008Rick Waldron2011-04-281-3/+3
* Make cached rspaces regex definitions consistent. Fixes #9008rwldrn2011-04-281-3/+3
* (Re) Fixes #8884 in a way that keeps the format of the headers map sent to tr...jaubourg2011-04-191-2/+5
* Cache references to navigator and location. Fixes #6690.John Resig2011-04-161-2/+2