| Commit message (Expand) | Author | Age | Files | Lines |
* | Calling load with null as the data parameter now properly issues a GET reques... | jaubourg | 2012-08-16 | 1 | -1/+35 |
* | Wait for both .stop() tests to finish, don't count on timing. | Dave Methvin | 2012-08-09 | 1 | -7/+13 |
* | No ticket: fix failure from zero-assertion test generating a second empty OL ... | Richard Gibson | 2012-08-09 | 1 | -1/+3 |
* | Fix #12203. .undelegate() should not remove direcly bound events. | Dave Methvin | 2012-08-07 | 1 | -4/+10 |
* | Fix a regression where has with multiple contexts was not filtering correctly... | Timmy Willison | 2012-07-27 | 1 | -2/+5 |
* | Adding a check for double progress call in effects units | Corey Frang | 2012-07-25 | 1 | -0/+4 |
* | Fix #12127, fer real. IE9/10 check state on clone. Close gh-875. | Daniel Chatfield | 2012-07-25 | 1 | -0/+12 |
* | Pull in unit tests from gh-877, thanks @orkel! | Dave Methvin | 2012-07-25 | 1 | -5/+10 |
* | Give .stop() queue animations more leeway for Stutterin' Swarmy. | Dave Methvin | 2012-07-25 | 1 | -2/+2 |
* | Fix #12148. Let .toggle() call the public .hide() for punching. | Dave Methvin | 2012-07-25 | 1 | -1/+12 |
* | This should repair the unit | Corey Frang | 2012-07-25 | 1 | -23/+21 |
* | Trying to repair a unit | Corey Frang | 2012-07-25 | 1 | -19/+23 |
* | Fail silently if closest is somehow called on a document. Fixes #10726. | Timmy Willison | 2012-07-25 | 1 | -1/+4 |
* | Remove IE8 testswarm hacks for offset. | Dave Methvin | 2012-07-25 | 1 | -20/+9 |
* | Revert "Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873." | Dave Methvin | 2012-07-25 | 1 | -11/+0 |
* | Loosen the ajax statusText check so Safari AND Chrome pass. | Dave Methvin | 2012-07-25 | 1 | -1/+1 |
* | Fix #7579. Don't convert to number if it changes the string. Close gh-852. | Dave Methvin | 2012-07-25 | 1 | -3/+7 |
* | Fix #12127. IE9/10 checks fall off the box on clone. Close gh-873. | Daniel Chatfield | 2012-07-25 | 1 | -0/+11 |
* | Sizzle: fix issue with adjusting the context on relative combinators in eleme... | Timmy Willison | 2012-07-23 | 1 | -1/+1 |
* | Support event delegation with relative selectors. Fixes #10762. Closes gh-860. | Richard Gibson | 2012-07-23 | 1 | -7/+10 |
* | Fix #12088, Safari 5 and more percentages in getComputedStyle | Mike Sherov | 2012-07-22 | 2 | -7/+9 |
* | Fix the logic to set overflow:hidden on width & height animations - Fixes #12... | Corey Frang | 2012-07-20 | 1 | -0/+14 |
* | Extracts the serialization code from the ajax module so that alternative ajax... | jaubourg | 2012-07-13 | 2 | -132/+145 |
* | Followup on #10791: "[class~=foo]" is better. Closes gh-858. | Richard Gibson | 2012-07-12 | 1 | -2/+2 |
* | Fix #11547. toLowerCase not work good on XML attributes. | Dave Methvin | 2012-07-11 | 1 | -14/+26 |
* | Wontfix #10791: please use "[class=foo]" with SVG elements | Richard Gibson | 2012-07-11 | 1 | -2/+2 |
* | Remove a few stray spaces in unit tests. | Dave Methvin | 2012-07-10 | 2 | -3/+3 |
* | You can't hurry tests, no, you just have to wait. | Dave Methvin | 2012-07-10 | 1 | -2/+2 |
* | Fix #10517. before() and after() on disconnected node should return multiple ... | Uri Gilad | 2012-07-10 | 1 | -0/+7 |
* | Fix #11962. Standardize getter return values for empty sets. | Uri Gilad | 2012-07-09 | 2 | -0/+11 |
* | Fix #11971 unit test in browsers lacking backgroundPositionX. | Richard Gibson | 2012-07-09 | 1 | -0/+7 |
* | Fix #12018, readyState "interactive" in oldIE lies! Closes gh-848. | Mike Sherov | 2012-07-06 | 1 | -7/+15 |
* | Fix #8482, offsetParent should not return null. Closes gh-847. | Nowres Rafid | 2012-07-06 | 1 | -1/+4 |
* | Fix #11971: force numeric animation start to be numeric, closes gh-836. | Richard Gibson | 2012-07-05 | 1 | -3/+36 |
* | Fix #12026. Let props in $(html, props) be any jQuery.fn method. | Dave Methvin | 2012-07-05 | 1 | -4/+12 |
* | Make unit tests friendly to Closure Compiler. Closes gh-845. | Chad Killingsworth | 2012-07-05 | 13 | -575/+585 |
* | Ever notice that static and problematic rhyme? | Dave Methvin | 2012-07-03 | 1 | -3/+8 |
* | Avoid running problematic static offset tests in IE8 on the swarm. | Dave Methvin | 2012-07-03 | 1 | -5/+10 |
* | UPDATE SIZZLE: completed rewrite for better things! | timmywil | 2012-07-02 | 4 | -11/+26 |
* | Move jQuery.sub to deprecated.js, because it is. | Dave Methvin | 2012-06-29 | 1 | -0/+4 |
* | Fix #11382. #11764. Only prevent click events on disabled elements. | Dave Methvin | 2012-06-27 | 1 | -5/+14 |
* | Fix #11315. Selector for .on() is relative to delegateTarget. | Dave Methvin | 2012-06-27 | 1 | -0/+14 |
* | Fix #11969. Never a null moment when checking siblings. | Dave Methvin | 2012-06-26 | 1 | -1/+2 |
* | Completes #11799: Maybe .progress() was cooler than I thought. | Corey Frang | 2012-06-25 | 1 | -5/+17 |
* | Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQue... | Rick Waldron | 2012-06-25 | 3 | -35/+46 |
* | Make removeClass smart enough to remove duplicates. Fixes #11923 | Rick Waldron | 2012-06-23 | 1 | -0/+10 |
* | Add a semicolon in unit test; this pull predated lint mandate. | Dave Methvin | 2012-06-22 | 1 | -1/+1 |
* | Fix #11797. Use Deferred for better animation callbacks. Closes gh-830. | Corey Frang | 2012-06-22 | 1 | -4/+65 |
* | Fix #11925, Pass eventHandle to special.teardown. Closes gh-831. | Timo Tijhof | 2012-06-22 | 1 | -0/+15 |
* | Add parseHTML for explicitly parsing strings into html. Fixes #11617. | timmywil | 2012-06-21 | 1 | -0/+29 |