| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | code compression | Richard Gibson | 2012-04-26 | 1 | -8/+11 |
* | | Simplifies the way the internal memory storage is handled. | jaubourg | 2012-04-28 | 1 | -9/+8 |
* | | Opera announced they will start supporting the -webkit- prefix for a selected... | jaubourg | 2012-04-28 | 1 | -1/+1 |
|/ |
|
* | Trims down deferred.js. The gist of it is from the magnificent @gibson042, I ... | jaubourg | 2012-04-25 | 1 | -89/+86 |
* | Callbacks.add now accepts array-like objects (like Arguments). Now uses the s... | jaubourg | 2012-04-25 | 1 | -6/+6 |
* | Use real declaration since that helps gzip: thanks @gibson042. | jaubourg | 2012-04-25 | 1 | -3/+5 |
* | Regression: makes sure that all instances of a callback are removed. Unit tes... | jaubourg | 2012-04-25 | 1 | -2/+2 |
* | How about we save 62 bytes? Also ensure that the arguments array given to fir... | jaubourg | 2012-04-25 | 1 | -78/+42 |
* | Since we can pass an object to jQuery.Callbacks now, let's name it options to... | jaubourg | 2012-04-25 | 1 | -21/+23 |
* | Uses a copy of the flags when they are given as an object rather than the obj... | jaubourg | 2012-04-25 | 1 | -1/+1 |
* | Fix #10067. Create jQuery.quickReady; closes gh-736. | Mike Sherov | 2012-04-23 | 1 | -3/+13 |
* | Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042 | Corey Frang | 2012-04-23 | 2 | -542/+553 |
* | Prevents tests for replaceInData to take place if replaceInUrl is already true. | jaubourg | 2012-04-23 | 1 | -1/+1 |
* | remove redundant condition | Richard Gibson | 2012-04-22 | 1 | -2/+1 |
* | style adherence | Richard Gibson | 2012-04-22 | 1 | -1/+1 |
* | refactor jsonp.js for size and clarity | Richard Gibson | 2012-04-22 | 1 | -51/+55 |
* | define curCSS without temp vars to save 10 bytes | Mike Sherov | 2012-04-20 | 1 | -10/+4 |
* | Fixes #8205. Mitigates memory usage by recycling jsonp callback names the saf... | jaubourg | 2012-04-20 | 1 | -2/+12 |
* | Remove unnec. else condition | Mike Sherov | 2012-04-19 | 1 | -1/+1 |
* | Remove $("body") case; $(document.body) is 2x faster. | Dave Methvin | 2012-04-18 | 2 | -9/+0 |
* | Fix #8894. Ensure `.appendTo` creates a new set in oldIE. | Oleg | 2012-04-16 | 2 | -16/+14 |