aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reworks how values of parameters passed to error callbacks are determined. Fi...jaubourg2011-01-253-12/+60
* #8044 Removes unnec. rnonword varRick Waldron2011-01-251-3/+0
* Updating the source version to 1.5pre.jeresig2011-01-241-1/+1
* Tagging the 1.5rc1 release.1.5rc1jeresig2011-01-241-1/+1
* Bring back in #main prefix on adjacent selectors.jeresig2011-01-241-5/+5
* Backing out disconnected + and ~ tests as they're not something that we activ...jeresig2011-01-241-9/+6
* Updating the year in the header.jeresig2011-01-241-2/+2
* Revert "Fix Makefile to use plain sed. Remove unicode trickery"jeresig2011-01-241-3/+5
* Fix Makefile to use plain sed. Remove unicode trickeryAnton M2011-01-241-5/+3
* 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
* Fix selector scope on some tests, so they don't fail on testswarm.Anton M2011-01-221-5/+5
* Merge branch '8017lint' of https://github.com/rwldrn/jquery into 8017lintrwldrn2011-01-222-4/+5
* 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-213-64/+86
|\ \ | |/ |/|
| * Basic unit tests; This patch relies on the 51 existing clone() testsrwldrn2011-01-211-0/+12
| * 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-212-30/+5
* | Replaces "text in-between" technique with a full-fledged one-level transitive...jaubourg2011-01-212-40/+108
* | Merge branch 'fix-7853-add-context' of https://github.com/dmethvin/jquery int...John Resig2011-01-202-9/+10
|\ \
| * | Rework unit tests to check actual result elements.Dave Methvin2011-01-191-6/+6
| * | By default, use document root rather than current selection's context when ad...Dave Methvin2010-12-282-9/+10
* | | 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-1943-1080/+4396
| |\ \ \
| * | | | 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-1342-2069/+2307
| |\ \ \ \
| * | | | | Getting window dimensions currently fails in Nokia browsers, causing JS error...scottjehl2010-12-221-1/+1
* | | | | | Merge branch 'make_fix' of https://github.com/danheberden/jquery into danhebe...John Resig2011-01-202-3/+6
|\ \ \ \ \ \
| * | | | | | Revert uglify.js to original and handle build changes in make fileDan Heberden2011-01-192-3/+6
| | |_|/ / / | |/| | | |
* | | | | | 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-205-52/+78
|\ \ \ \ \ \
| * \ \ \ \ \ 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-203-11/+11
| * | | | | | | 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
| * | | | | | | Makes sure statusCode callbacks are ordered in the same way success and error...jaubourg2011-01-202-7/+34
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Bring jQuery('#id') and jQuery('body') logic back into core (while leaving it...jeresig2011-01-201-18/+57
| |/ / / / / |/| | | | |
* | | | | | Fix typo in regex tweak from previous commit.jeresig2011-01-201-1/+1
* | | | | | Move jQuery(...) selector speed-up logic into Sizzle(...) qSA handling. Addit...jeresig2011-01-201-62/+16
|/ / / / /
* | | | | Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Remo...jaubourg2011-01-204-113/+138
* | | | | Moves active counter test after all other ajax tests where it should be.jaubourg2011-01-191-4/+4
* | | | | Moves things around to make jsLint happier.jaubourg2011-01-191-2/+2