aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix #8732. Change feature detect for focusin event support, so IE9 won't have...Dave Methvin2011-04-062-1/+2
* Fixes #8712. Bubble custom events to the window when they are triggered. Ride...Dave Methvin2011-04-061-1/+2
* Fix some spacing and comment issues that crept in with the rebase.Dave Methvin2011-04-061-61/+60
* Sadly, we still have to bubble the event so inline handlers will work.Dave Methvin2011-04-061-5/+4
* Only bubble a triggered event if we have attached a jQuery handler, but check...Dave Methvin2011-04-061-27/+30
* Switch from recursion to iteration for event triggering. Move event-name name...Dave Methvin2011-04-061-70/+52
* Skip id regex check when large html strings are passed to the jQuery construc...carpie2011-04-051-1/+6
* Merge branch 'cssrelative.1.6' of https://github.com/danheberden/jquery into ...Dave Methvin2011-04-051-3/+12
|\
| * Improve relative string performance in .css and some code cleanupDan Heberden2011-04-041-9/+10
| * Bug 7345; Add support for explicit/relative string values in .css - modified ...Dan Heberden2011-04-041-1/+9
* | Merge branch '4321' of https://github.com/rwldrn/jquery into rwldrn-4321Dave Methvin2011-04-051-1/+1
|\ \
| * | 4321 jQuery('#') returns empty jquery objectrwldrn2011-01-011-1/+0
| * | 4321 returns empty jquery objectrwldrn2011-01-011-1/+2
* | | Shorten up the code and do event cleanup on test cases.Dave Methvin2011-04-051-8/+3
* | | Merge branch 'ticket_7883' of https://github.com/rwldrn/jquery into rwldrn-ti...Dave Methvin2011-04-051-1/+6
|\ \ \
| * | | #7883 .delegate and .live should accept false as the fn arg, like bindrwldrn2011-01-011-1/+6
| |/ /
* | | Remove extra else in parseJSONDan Heberden2011-04-051-2/+1
* | | Bug 7587; Enhancement/1.6 Feature: Bypass regexp filter on $.parseJSON and us...Dan Heberden2011-04-051-8/+10
| |/ |/|
* | Fixes #8744. Makes sure script transport abort method actually removes the sc...jaubourg2011-04-041-1/+1
* | Fix test cases for bug #8316 fix.timmywil2011-03-311-3/+3
* | Remove crossDomain:null comment, it's not needed since undefined==null below.Dave Methvin2011-03-301-1/+0
* | Merge branch 'crossDomain' of https://github.com/JessThrysoee/jquery into Jes...Dave Methvin2011-03-301-1/+1
|\ \
| * | no need to specifically initialize crossDomain to nullJessThrysoee2011-03-111-1/+1
| * | Make it possible to force the Ajax crossDomain option to false.JessThrysoee2011-03-111-2/+2
* | | Fixes #8203. Remove some misguided nulling of elements done in the name of IE...Dave Methvin2011-03-302-8/+3
* | | Merge branch 'fix_8346' of https://github.com/lrbabe/jquery into lrbabe-fix_8346John Resig2011-03-301-1/+2
|\ \ \
| * | | comments for workarounds are always welcome.louisremi2011-02-231-0/+1
| * | | fix the regular expression that turns camel-case properties to lower-case one...louisremi2011-02-231-1/+1
* | | | Fixes #8692. Strange FF4 bug: values changed onto the arguments object someti...jaubourg2011-03-301-1/+4
* | | | Bug #8635 Firefox uncaught exceptionrwldrn2011-03-281-1/+1
* | | | Merge branch 'bug-3333' of https://github.com/rdworth/jqueryjeresig2011-03-241-5/+8
|\ \ \ \
| * | | | Further fix for #3333, refactored marginRight css hook to use jQuery.swap and...Richard Worth2011-03-241-5/+8
* | | | | Land new sizzle commit.jeresig2011-03-241-0/+0
|/ / / /
* | | | Updating Sizzle submodule to bring in the latest commit.jeresig2011-03-241-0/+0
* | | | Fix missing semicolon.jeresig2011-03-241-1/+1
* | | | Offset setter for fixed position elements in Webkit. Fixes #8316.Michael Murray2011-03-241-2/+2
* | | | Merge branch 'bug-3333' of https://github.com/rdworth/jquery into rdworth-bug...jeresig2011-03-242-1/+32
|\ \ \ \
| * | | | Added css hook to work around bug in WebKit computed margin-right. Fixes #333...Richard Worth2011-03-242-1/+32
* | | | | Merge branch 'fix-8456-lost-mouseenter' of https://github.com/dmethvin/jquery...jeresig2011-03-211-1/+1
|\ \ \ \ \
| * | | | | Fixes #8456. Make sure parent is not null before crawling into its lap, so mo...Dave Methvin2011-03-091-1/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'fix-7340-focusin-focusout-bubble' of https://github.com/dmethvi...jeresig2011-03-211-9/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fixes #7340. Use a single capturing handler to simulate bubbling focusin/focu...Dave Methvin2011-03-041-9/+23
* | | | | Merge branch 'bug_6158' of https://github.com/jboesch/jquery into jboesch-bug...John Resig2011-03-151-1/+3
|\ \ \ \ \
| * | | | | removing parensJordan Boesch2011-03-141-1/+1
| * | | | | bug 6158; fixing replaceWith from throwing errors on non existant elementsJordan Boesch2011-03-051-4/+3
| * | | | | bug 6158; fixing replaceWith from throwing errors on empty elementsJordan Boesch2011-03-051-0/+3
| |/ / / /
* | | | | Introduce submodules, closes #8536Carl Fürstenberg2011-03-151-0/+0
* | | | | Fixes #8509. Makes URL regexp less overzealous and ensures it recognizes URL ...jaubourg2011-03-151-3/+3
| |/ / / |/| | |
* | | | Fixes #8423. Never set X-Requested-With header automagically for cross-domain...jaubourg2011-03-071-5/+6
|/ / /
* | | Moves Deferred-related code into a separate module. Context handling has been...jaubourg2011-03-032-172/+171