| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes awkward spacing | jaubourg | 2012-11-29 | 1 | -3/+2 |
* | Simplifies how url is kept devoid of anti-cache parameter for ifModified requ... | jaubourg | 2012-11-29 | 1 | -16/+16 |
* | Alias options.method to options.type. Fixes #12004. | Matt Farmer | 2012-11-28 | 1 | -0/+3 |
* | Fix #12959: Optimize library-wide patterns | Richard Gibson | 2012-11-27 | 1 | -3/+3 |
* | No ticket: compress ajax. Close gh-1041. | Richard Gibson | 2012-11-25 | 1 | -282/+255 |
* | Uses an additive approach to generating anti-cache parameters rather than a t... | jaubourg | 2012-10-16 | 1 | -1/+3 |
* | Handle a falsy URL in the settings object for jQuery.ajax. Fixes #10093, Clos... | Ben Truyman | 2012-10-16 | 1 | -1/+3 |
* | better, more maintainable version of the prefilters execution and transport s... | jaubourg | 2012-10-16 | 1 | -35/+20 |
* | Fix #12637: restore 1.8.1 ajax crossDomain logic. Close gh-944. | Richard Gibson | 2012-10-03 | 1 | -3/+6 |
* | Fix #12229, size/consistency improvements. Close gh-887. | Richard Gibson | 2012-09-18 | 1 | -11/+8 |
* | Revert "Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL." | Dave Methvin | 2012-08-24 | 1 | -1/+1 |
* | Fix #11586. Ajax DELETE ain't got no body, so data goes to its URL. | Dave Methvin | 2012-08-23 | 1 | -1/+1 |
* | Calling load with null as the data parameter now properly issues a GET reques... | jaubourg | 2012-08-16 | 1 | -1/+1 |
* | Quote reserved keyword 'throws' to satisfy yui compressor. Fixes #12158. | Timmy Willison | 2012-07-30 | 1 | -1/+1 |
* | Clean up regexen; use common regex for numbers. Close gh-862. | Richard Gibson | 2012-07-22 | 1 | -1/+1 |
* | Extracts the serialization code from the ajax module so that alternative ajax... | jaubourg | 2012-07-13 | 1 | -160/+53 |
* | Fixes a variety of typographical problems. Closes gh-853 | Chris Faulkner | 2012-07-11 | 1 | -1/+1 |
* | Follow the style guide, lose 72 bytes! Closes gh-840. | Mike Sherov | 2012-07-09 | 1 | -42/+39 |
* | Interim take on cross-module variables, closes gh-817. | Richard Gibson | 2012-06-15 | 1 | -3/+2 |
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -4/+0 |
* | Fix #11743: Don't mask script errors in jQuery.ajax, closes gh-795. | Richard Gibson | 2012-05-31 | 1 | -86/+85 |
* | -8 bytes | Oleg | 2012-05-04 | 1 | -6/+5 |
* | Fixes the parameters given to load callback when the request errors. | jaubourg | 2012-05-02 | 1 | -6/+11 |
* | jQuery.fn.load optimization | Oleg | 2012-05-01 | 1 | -47/+38 |
* | jQuery.ajaxSetup() data is merged with params. Fixes #10524 | Oleg | 2012-05-01 | 1 | -1/+0 |
* | Fix #8653, .param() undefined/null values become empty strings | tsinha | 2012-04-05 | 1 | -1/+1 |
* | Merge branch '1.8/#11010/Deferred' into 1.8pre | jaubourg | 2012-04-03 | 1 | -1/+1 |
|\ |
|
| * | Makes Deferred implementation truly Promise/A compliant. Unit tests amended. ... | jaubourg | 2012-04-02 | 1 | -1/+1 |
* | | For much improved consistency, jqXHR.abort() sets a default statusText of 'ca... | jaubourg | 2012-04-02 | 1 | -4/+8 |
* | | $.ajax now always returns an object implementing the Promise interface. Fixes... | jaubourg | 2012-04-02 | 1 | -3/+3 |
|/ |
|
* | Fixes #4624... 3 years later, people! | jaubourg | 2012-03-07 | 1 | -1/+1 |
* | fix prefilter comment typo | presbrey | 2012-01-22 | 1 | -1/+1 |
* | Add undef:true to JSHint now that it understands hoisting | Mike Sherov | 2012-01-19 | 1 | -12/+12 |
* | Fix #10978: Let jQuery.param() accept non-native constructed objects. | Rick Waldron | 2012-01-12 | 1 | -2/+2 |
* | Fix #10692. JSLint is dead! Long live JSHint! | Mike Sherov | 2011-12-08 | 1 | -12/+12 |
* | Fix #10466. jQuery.param() should treat object-wrapped primitives as primitives. | Rick Waldron | 2011-12-06 | 1 | -1/+1 |
* | Landing pull request 604. Updates bind to on in src/ajax.js. Fixes #10817. | Rick Waldron | 2011-11-17 | 1 | -1/+1 |
* | Take 2 on "Fix ajax to always expect an Error object, per #10646." | Dave Methvin | 2011-11-08 | 1 | -2/+2 |
* | Revert "Catch one more place where a plain-text error was thrown." | Dave Methvin | 2011-11-08 | 1 | -1/+1 |
* | Catch one more place where a plain-text error was thrown. | Dave Methvin | 2011-11-08 | 1 | -1/+1 |
* | Fix ajax to always expect an Error object, per #10646. | Dave Methvin | 2011-11-08 | 1 | -2/+2 |
* | Cleanup spacing in ajax.js. Fixes #10601 | Rick Waldron | 2011-10-27 | 1 | -1/+1 |
* | Core styleguide cleanup. Fixes #10586 | Rick Waldron | 2011-10-26 | 1 | -11/+11 |
* | $.Callbacks, $.Topic and notify/progress on $.Deferred. | jaubourg | 2011-09-19 | 1 | -4/+4 |
* | Use jdalton's shorter sequence for the chars. | Dave Methvin | 2011-08-23 | 1 | -1/+1 |
* | Use a semantic name for the variable. | Dave Methvin | 2011-08-23 | 1 | -3/+3 |
* | Fixes #10098. Avoid a slashy-starry char sequence in literal strings to evade... | Dave Methvin | 2011-08-22 | 1 | -3/+6 |
* | Merge pull request #431 from DenisKnauf/master | Dave Methvin | 2011-08-04 | 1 | -1/+1 |
|\ |
|
| * | input type=datetime-local support for ajax. | Denis Knauf | 2011-07-07 | 1 | -1/+1 |
* | | Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText i... | jaubourg | 2011-07-23 | 1 | -2/+3 |