aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | Makes sure statusCode callbacks are ordered in the same way success and error...jaubourg2011-01-201-4/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | 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-203-113/+97
* | | | | Moves things around to make jsLint happier.jaubourg2011-01-191-2/+2
* | | | | Fixes crossDomain test so that it assumes port to be 80 for http and 443 for ...jaubourg2011-01-191-2/+4
* | | | | Moves determineDataType into ajaxSettings so that it is accessible to transpo...jaubourg2011-01-192-51/+52
* | | | | Re-adds hastily removed variable and simplifies statusCode based callbacks ha...jaubourg2011-01-191-15/+16
* | | | | Use undefined instead of 0 to deference transport for clarity.jaubourg2011-01-191-1/+1
* | | | | Removes unnecessary test and ensures getResponseHeader returns null if the he...jaubourg2011-01-191-12/+7
* | | | | Revised how context is determined and removed unnecessary "parameter as varia...jaubourg2011-01-191-12/+10
* | | | | Moved ajaxSettings.xhr definition together with support.ajax and support.cors...jaubourg2011-01-192-161/+173
| |_|/ / |/| | |
* | | | Remove an unused regex and optimize character escape regex usage.Anton M2011-01-191-7/+2
* | | | Merge branch 'chrome-slice-comment' of https://github.com/ajpiano/jquery into...John Resig2011-01-181-1/+5
|\ \ \ \
| * | | | Fix tabs vs spaces in initial workaround commitadam j. sontag2011-01-171-1/+1
| * | | | shorten the SHAadam j. sontag2011-01-171-1/+1
| * | | | Add link to chrome issue ticketadam j. sontag2011-01-171-0/+1
| * | | | Add a comment to explain (and enforce the temporary-ness of) an extra line of...adam j. sontag2011-01-171-0/+3
* | | | | Add another tweak for handling CSP - we need to make sure that we don't trigg...John Resig2011-01-181-1/+10
* | | | | Merge branch 'master' of https://github.com/russtacular/jquery into russtacul...John Resig2011-01-181-1/+1
|\ \ \ \ \
| * | | | | jQuery.fn.offset no longer returns ClientRect object for disconnected elementsRussell Holbrook2010-11-221-1/+1
* | | | | | Merge branch 'master' of github.com:jquery/jquery into jquery-masterColin Snover2011-01-172-24/+34
|\ \ \ \ \ \
| * | | | | | Defer scriptEval test until first use to prevent Content Security Policy inli...Brandon Sterne2011-01-172-24/+34
| | |/ / / / | |/| | | |
* | | | | | Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...Colin Snover2011-01-176-98/+172
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Introduce a temporary hack to allow jQuery.fn.data("events") to continue to w...Colin Snover2011-01-171-0/+7
| * | | | | Fix jQuery.queue leaks empty queues.Colin Snover2011-01-091-0/+4
| * | | | | Fix domManip leaks the first element when appending elements to multiple othe...Colin Snover2011-01-091-1/+1