aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Makes sure all converters keys are lowercased before any conversion is taking...jaubourg2011-01-311-1/+12
* Makes sure options.context is used as the context for global ajax events only...jaubourg2011-01-311-2/+6
* Fixes #7568. Follow-up fix for #5862. Objects with a length property weren't ...Anton M2011-01-311-3/+3
* Adds an invert method to promises that returns a "inverted" promise that is r...jaubourg2011-01-311-8/+34
* Rename jQuery.subclass() to jQuery.sub().jeresig2011-01-311-1/+1
* Ensures dataTypeExpressions are lowercased for prefilters and transports regi...jaubourg2011-01-311-2/+2
* Fixes #8082. Text to script converter now returns text. Unit test added.jaubourg2011-01-291-1/+4
* Fixes potential collisions between jsonp requests from different jQuery insta...jaubourg2011-01-291-1/+1
* Use the original element/fragment as the last item to be appended to the docu...Colin Snover2011-01-281-6/+13
* Compatibility fixes in ajax: exceptions are no longer promoted to strings bef...jaubourg2011-01-281-3/+3
* Make sure subclass is a proper subclass not just subclassing the fn methods. ...Digitalxero2011-01-271-1/+3
* Merge branch 'master' of github.com:jquery/jqueryjaubourg2011-01-271-3/+2
|\
| * Remove unneeded and confusing variable definition for better readability.gnarf2011-01-271-3/+2
* | Actually does what https://github.com/jquery/jquery/commit/bab8079593913dbc68...jaubourg2011-01-271-1/+1
|/
* Passes jXHR object as third argument of prefilters and transport factories.jaubourg2011-01-261-5/+5
* Fixes #5866. Issue number in previous commit was wrong both in comments and c...jaubourg2011-01-261-1/+1
* Fixes #5856. Adds document protocol at the beginning of URLs without protocol...jaubourg2011-01-261-11/+8
* Fixes #8054 by reverting feature enhancement 5812 (4920). Regexps no longer s...jaubourg2011-01-261-1/+1
* Reworks how values of parameters passed to error callbacks are determined. Fi...jaubourg2011-01-252-12/+19
* #8044 Removes unnec. rnonword varRick Waldron2011-01-251-3/+0
* Updating the year in the header.jeresig2011-01-241-2/+2
* Makes prefilters and transport inspection more robust and uses better variabl...jaubourg2011-01-241-19/+23
* Revised internal implementation of ajaxPrefilter() and ajaxTransport(). Every...jaubourg2011-01-231-103/+80
* More code style fixes.jaubourg2011-01-233-11/+10
* Apply JQuery Core Style Guidelines to ajax.js and ajax/*.js,jaubourg2011-01-234-199/+182
* Fixes some coding style issues in core.js. In jQuery.fn.ready(), simplifies t...jaubourg2011-01-231-46/+26
* Re-organizes ajax.js: prefilters and transports are no longer stored in ajaxS...jaubourg2011-01-221-314/+261
* Merge branch '8017lint' of https://github.com/rwldrn/jquery into 8017lintrwldrn2011-01-221-3/+4
* Merge branch 'fix-7398-frameset-docs' of https://github.com/dmethvin/jquery i...jeresig2011-01-211-4/+10
|\
| * Don't do body-related feature tests on frameset docs that have no body. Fixes...Dave Methvin2011-01-211-4/+10
* | Merge branch '8013p' of https://github.com/rwldrn/jquery into rwldrn-8013pjeresig2011-01-212-64/+74
|\ \ | |/ |/|
| * Cleaned up; fixes per reviewrwldrn2011-01-202-10/+12
| * cloneCopyEvent; jQuery.clone() reviewrwldrn2011-01-201-63/+71
* | Revert "Make sure that focusin/focusout bubbles in non-IE browsers." This was...jeresig2011-01-211-10/+5
* | Replaces "text in-between" technique with a full-fledged one-level transitive...jaubourg2011-01-211-40/+65
* | Merge branch 'fix-7853-add-context' of https://github.com/dmethvin/jquery int...John Resig2011-01-201-1/+1
|\ \
| * | By default, use document root rather than current selection's context when ad...Dave Methvin2010-12-281-1/+1
* | | Merge branch 'master' of https://github.com/scottjehl/jquery into scottjehl-m...John Resig2011-01-201-2/+4
|\ \ \
| * | | Revised the Nokia support fallback. It turns out that Nokia supports the docu...scottjehl2011-01-191-2/+4
| * | | Merge remote branch 'upstream/master'scottjehl2011-01-1914-290/+477
| |\ \ \
| * | | | set name to lowercase, since it's passed as initial capsscottjehl2011-01-131-1/+1
| * | | | Merge branch 'master' of https://github.com/jquery/jqueryscottjehl2011-01-1318-1392/+1220
| |\ \ \ \
| * | | | | Getting window dimensions currently fails in Nokia browsers, causing JS error...scottjehl2010-12-221-1/+1
* | | | | | Moves determineResponse logic into main ajax callback. Puts responseXXX field...jaubourg2011-01-202-84/+79
* | | | | | Removes misleading comment.jaubourg2011-01-201-1/+0
* | | | | | Merge branch 'master' of github.com:jquery/jqueryjeresig2011-01-203-48/+47
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of github.com:jquery/jqueryjaubourg2011-01-201-62/+16
| |\ \ \ \ \ \
| * | | | | | | Renames Deferred's fire and fireReject methods as resolveWith and rejectWith ...jaubourg2011-01-202-10/+10
| * | | | | | | Renames determineDataType as determineResponse. Makes it more generic as a fi...jaubourg2011-01-202-27/+27
| * | | | | | | Revises the way arguments are handled in ajax.jaubourg2011-01-201-7/+6