aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | Fixes #7328. When getting data- attributes, after-cap any embedded dashes per...Alexis Abril2011-04-101-1/+18
| |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Renames chain as pipe.jaubourg2011-04-081-16/+16
* | | | | | | | | | | | | | | Fixes #8722. Remove try/catch used by #3533 to fix the IE Table Colon Blow bu...Dave Methvin2011-04-071-0/+13
* | | | | | | | | | | | | | | Merge branch 'master' of github.com:jquery/jqueryDave Methvin2011-04-073-144/+295
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Rewrite of globalEval. Uses window.execScript or window.eval with a trick to ...jaubourg2011-04-071-0/+20
| * | | | | | | | | | | | | | | Adds fn.promise as a mean to observe the completion of animations on a set of...jaubourg2011-04-071-18/+23
| * | | | | | | | | | | | | | | Adds always and chain methods to deferreds.jaubourg2011-04-071-126/+252
* | | | | | | | | | | | | | | | Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ ...Dave Methvin2011-04-072-11/+13
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Fixes #8712. Bubble custom events to the window when they are triggered. Ride...Dave Methvin2011-04-061-2/+6
* | | | | | | | | | | | | | | Skip id regex check when large html strings are passed to the jQuery construc...carpie2011-04-051-1/+14
* | | | | | | | | | | | | | | Merge branch 'cssrelative.1.6' of https://github.com/danheberden/jquery into ...Dave Methvin2011-04-051-0/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Improve relative string performance in .css and some code cleanupDan Heberden2011-04-041-16/+27
| * | | | | | | | | | | | | | | Bug 7345; Add support for explicit/relative string values in .css - modified ...Dan Heberden2011-04-041-0/+21
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge branch 'domready' of https://github.com/cowboy/jqueryDave Methvin2011-04-051-13/+79
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Updated DOM ready unit tests.Ben Alman2011-03-311-5/+4
| * | | | | | | | | | | | | | | DOM Ready unit tests (but not the supporting fixed code).Ben Alman2011-03-311-13/+80
* | | | | | | | | | | | | | | | Merge branch '4321' of https://github.com/rwldrn/jquery into rwldrn-4321Dave Methvin2011-04-051-1/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | 4321 returns empty jquery objectrwldrn2011-01-011-1/+2
* | | | | | | | | | | | | | | | | Shorten up the code and do event cleanup on test cases.Dave Methvin2011-04-051-0/+2
* | | | | | | | | | | | | | | | | Merge branch 'ticket_7883' of https://github.com/rwldrn/jquery into rwldrn-ti...Dave Methvin2011-04-051-0/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | #7883 .delegate and .live should accept false as the fn arg, like bindrwldrn2011-01-011-0/+39
| |/ / / / / / / / / / / / / / / /
* | | / / / / / / / / / / / / / / Bug 7587; Enhancement/1.6 Feature: Bypass regexp filter on $.parseJSON and us...Dan Heberden2011-04-051-1/+1
| |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge branch 'bug_8316' of https://github.com/timmywil/jquery into timmywil-b...Dave Methvin2011-03-313-47/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fix test cases for bug #8316 fix.timmywil2011-03-313-47/+14
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
* / | | | | | | | | | | | | | Followup commit for #7340 test case; make sure second test fires properly on ...Dave Methvin2011-03-311-2/+7
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Oops, that test file for bug #8316 was needed - was also missing an include a...jeresig2011-03-241-0/+30
* | | | | | | | | | | | | | Offset setter for fixed position elements in Webkit. Fixes #8316.Michael Murray2011-03-241-1/+16
* | | | | | | | | | | | | | Merge branch 'bug-3333' of https://github.com/rdworth/jquery into rdworth-bug...jeresig2011-03-241-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Added css hook to work around bug in WebKit computed margin-right. Fixes #333...Richard Worth2011-03-241-0/+12
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'fix-8456-lost-mouseenter' of https://github.com/dmethvin/jquery...jeresig2011-03-211-0/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | Fixes #8456. Make sure parent is not null before crawling into its lap, so mo...Dave Methvin2011-03-091-0/+14
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'fix-7340-focusin-focusout-bubble' of https://github.com/dmethvi...jeresig2011-03-211-0/+25
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fixes #7340. Use a single capturing handler to simulate bubbling focusin/focu...Dave Methvin2011-03-041-0/+25
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'bug_6158' of https://github.com/jboesch/jquery into jboesch-bug...John Resig2011-03-151-2/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bug 6158; fixing replaceWith from throwing errors on non existant elements; f...Jordan Boesch2011-03-051-2/+2
| * | | | | | | | | | | bug 6158; fixing replaceWith from throwing errors on non existant elementsJordan Boesch2011-03-051-2/+5
| |/ / / / / / / / / /
* | | | | | | | | | | 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-1/+11
|/ / / / / / / / / /
* | | | | | | | | | Moves Deferred-related code into a separate module. Context handling has been...jaubourg2011-03-0314-221/+235
* | | | | | | | | | Fix for #8421. Makes sure resolveWith can be called with only one parameter.jaubourg2011-03-031-5/+11
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Grouped up the testgnarf2011-02-241-13/+9
* | | | | | | | | A quick change to detect AIR urlsgnarf2011-02-241-0/+12
* | | | | | | | | Make a new jQuery.support.noCloneChecked - splitting apart the previous featu...jeresig2011-02-231-3/+4
* | | | | | | | | Bug #6911 - Prevent action on disabled elements, both triggering and bound vi...Dan Heberden2011-02-181-61/+94
* | | | | | | | | Revert "Adds an invert method to promises that returns a "inverted" promise t...jaubourg2011-02-181-41/+9
* | | | | | | | | Fix a some inaccuracies in the original test case for #7912.Anton M2011-02-171-16/+26
* | | | | | | | | Fixes #7912. Make sure .cur() only returns 0 as fallback value when it needs ...louisremi2011-02-171-15/+38
* | | | | | | | | Only perpetrate the .toJSON hack on data caches when they are attached to a p...Dave Methvin2011-02-171-6/+0
* | | | | | | | | Fixes #8297. Makes sure response headers with empty values are handled proper...jaubourg2011-02-172-3/+11
* | | | | | | | | Revert "Merge branch '8099' of https://github.com/rwldrn/jquery into rwldrn-8...Anton M2011-02-152-15/+0