| Commit message (Expand) | Author | Age | Files | Lines |
* | Add quick-start documentation for testing with QUnit and using jQuery's helpe... | timmywil | 2012-05-29 | 1 | -0/+0 |
* | jQuery#addBack supports an optional selector that can be used to filter the p... | Ben Alman | 2012-05-29 | 1 | -2/+3 |
* | Fix #11767. Modularize build and unit tests for exluding effects. | Richard Gibson | 2012-05-28 | 3 | -136/+139 |
* | Update Sizzle: Case insensitive text filter. Fixes #8943 | timmywil | 2012-05-28 | 1 | -0/+0 |
* | Update Sizzle: Add test for [selected] attribute selections. Addresses a smal... | timmywil | 2012-05-28 | 1 | -0/+0 |
* | Followup gh-796. Eliminate try-catch in oldIE, closes gh-799. | Oleg | 2012-05-28 | 1 | -8/+4 |
* | Update Sizzle: Fixes a fail in traversing and one in ajax. | timmywil | 2012-05-28 | 1 | -0/+0 |
* | Move length tests to jQuery's selector tests as it relates to jQuery.merge. | timmywil | 2012-05-28 | 1 | -0/+0 |
* | Update Sizzle: independent XML testing | timmywil | 2012-05-28 | 1 | -0/+0 |
* | Update Sizzle and add tests from the Sizzle suite that require jQuery for the... | timmywil | 2012-05-28 | 1 | -0/+0 |
* | Fix #11823. Remove webkitConvertPointFromNodeToPage. Closes gh-796. | Oleg | 2012-05-27 | 1 | -42/+26 |
* | Apply a GibsonTransform(-55) to the #10877 fix. Closes gh-788. | Richard Gibson | 2012-05-24 | 2 | -110/+103 |
* | Fix #11311. Percents not pixels for top/left/bottom/right. Closes gh-793. | Mike Sherov | 2012-05-24 | 1 | -1/+4 |
* | Fix #11443 fix. Safari 5.0.x, reliable margin? Riiight. Closes gh-792. | Mike Sherov | 2012-05-24 | 1 | -1/+1 |
* | Optimizations to animation queue/promise logic, closes gh-776. | Corey Frang | 2012-05-22 | 2 | -106/+88 |
* | Fix #11755. Avoid :hidden selector for animations. Closes gh-774. | Oleg | 2012-05-22 | 1 | -7/+15 |
* | Fix #11796. Preserve oldIE change delegation on clone. Closes gh-789. | Jason Moon | 2012-05-22 | 2 | -6/+2 |
* | Fix #11443 #11441, shut up Chrome 19 and Safari 5.0.x. Closes gh-790. | Mike Sherov | 2012-05-22 | 1 | -13/+5 |
* | Fix #10877. Make outerWidth/Height a setter. Closes gh-783. | Mike Sherov | 2012-05-21 | 2 | -60/+76 |
* | Fix #11649. Preserve oldIE submit flag when cloning, closes gh-772. | Jason Moon | 2012-05-18 | 2 | -3/+2 |
* | Fix #7157. Animation callbacks shouldn't see an element as :animated. | Corey Frang | 2012-05-18 | 1 | -27/+29 |
* | Inline the boxModel test, and correct unit test. Closes gh-781. | Mike Sherov | 2012-05-18 | 1 | -3/+3 |
* | When IE6 & IE7 serve from the cache in async mode, resolves the request async... | jaubourg | 2012-05-16 | 1 | -4/+6 |
* | Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel. | Mike Sherov | 2012-05-15 | 3 | -7/+6 |
* | Rename .andSelf to .addBack, deprecate .andSelf #9800 | Dave Methvin | 2012-05-15 | 1 | -1/+3 |
* | Fix #6724, though the Mobile Safari wound remains. Closes gh-764. | Matt Farmer | 2012-05-14 | 1 | -6/+5 |
* | Fixes #10285 (for real this time). | jaubourg | 2012-05-12 | 1 | -1/+1 |
* | Preserves context objects when multiple Deferreds are passed to $.when(). Con... | jaubourg | 2012-05-12 | 1 | -12/+16 |
* | Fix #11621, $(document).trigger() must bubble to window. | Dave Methvin | 2012-05-12 | 1 | -4/+3 |
* | Scalarize [value, easing] before css-expanding; closes gh-750. | Richard Gibson | 2012-05-11 | 1 | -34/+30 |
* | Fix #11738. Remove deprecated .closest(Array) => Array. | Dave Methvin | 2012-05-11 | 1 | -21/+1 |
* | Fix #11736. Remove deprecated Deferred.isResolved/isRejected. | Dave Methvin | 2012-05-11 | 1 | -3/+0 |
* | Use a do-while statement to reduce redundant code | Rick Waldron | 2012-05-07 | 1 | -4/+3 |
* | Fixes lint issues. | Rick Waldron | 2012-05-07 | 1 | -1/+4 |
* | Additional reduction per @Raynos suggestion. Thanks! | Rick Waldron | 2012-05-07 | 1 | -9/+4 |
* | Further reduce historical cruft. Removes the untested and unnec. jQuery.nth() | Rick Waldron | 2012-05-07 | 1 | -14/+13 |
* | Merge branch 'bug11720-nth-argument' of https://github.com/sindresorhus/jquer... | Rick Waldron | 2012-05-07 | 1 | -5/+4 |
|\ |
|
| * | Remove unnecessary arguments from .nth(). Fixes #11720 | Sindre Sorhus | 2012-05-07 | 1 | -5/+4 |
* | | @mikesherov said: no need for an else if! | jaubourg | 2012-05-07 | 1 | -1/+1 |
|/ |
|
* | Simplify jQuery( html, props ), closes gh-765. | Scott González | 2012-05-06 | 1 | -6/+3 |
* | Fixes #11402. domManip now also removes the closing part of HTML comments or ... | jaubourg | 2012-05-06 | 1 | -1/+1 |
* | Transform $.bindReady into $.ready.promise. It is now possible to use $.ready... | jaubourg | 2012-05-06 | 1 | -50/+46 |
* | reduce complexity of ready further, and try manipulating DOM to make sure we'... | Mike Sherov | 2012-05-04 | 1 | -7/+5 |
* | remove jQuery.quickReady, save bytes, style nits in tests | Mike Sherov | 2012-05-04 | 1 | -28/+13 |
* | -8 bytes | Oleg | 2012-05-04 | 1 | -6/+5 |
* | Fixes the parameters given to load callback when the request errors. | jaubourg | 2012-05-02 | 1 | -6/+11 |
* | jQuery.fn.load optimization | Oleg | 2012-05-01 | 1 | -47/+38 |
* | jQuery.ajaxSetup() data is merged with params. Fixes #10524 | Oleg | 2012-05-01 | 1 | -1/+0 |
* | Gains 1 more byte min/gz and reminds that isResolved and isRejected are depre... | jaubourg | 2012-04-28 | 1 | -2/+2 |
* | Merge branch '1.8-deferred-optimize2' of git://github.com/gibson042/jquery in... | jaubourg | 2012-04-28 | 1 | -8/+11 |
|\ |
|