| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes typos in core.js and css.js. Closes gh-1175 | Pascal Borreli | 2013-02-21 | 1 | -1/+1 |
* | Fix #13310. Get the right display value for disconnected nodes. Close gh-1156. | Oleg | 2013-02-04 | 1 | -4/+13 |
* | Revert change to visible/hidden selectors until 1.10 and 2.1. Reopens #13132,... | Timmy Willison | 2013-01-30 | 1 | -1/+1 |
* | Fix failing tests, add support for empty spans in Opera. Supplements #13132, ... | Timmy Willison | 2013-01-21 | 1 | -1/+3 |
* | Treat an element as hidden if either offsetWidth or offsetHeight is 0. Fixes ... | Timmy Willison | 2013-01-21 | 1 | -1/+1 |
* | Fix #13183: Wrong animation initial value calc. Ref gh-1136. | Mike Sherov | 2013-01-15 | 1 | -1/+1 |
* | Ref #8908. Update IE9 css clone fix. Close gh-1119. | Oleg | 2013-01-08 | 1 | -8/+3 |
* | Remove oldIE styleFloat detect. | Dave Methvin | 2013-01-03 | 1 | -1/+1 |
* | Remove support.reliableHiddenOffsets detect. | Dave Methvin | 2013-01-03 | 1 | -1/+1 |
* | 2.0: Reduce css.js | Dave Methvin | 2012-12-18 | 1 | -128/+35 |
* | compress -16 min+gzip | Richard Gibson | 2012-12-13 | 1 | -20/+18 |
* | Ref #8908, gh-886. Avoid clone identity crisis in IE9/10. Close gh-1036. | Oleg | 2012-12-13 | 1 | -9/+6 |
* | CSS: Save some bytes. Close gh-1071. | Scott González | 2012-12-13 | 1 | -13/+13 |
* | Fix #12990. Don't add 'px' to column-count. Close gh-1050. | Bennett Sorbo | 2012-12-11 | 1 | -0/+1 |
* | Fixes #11938: Adding array getter method to jQuery.fn.css | Mike Sherov | 2012-12-11 | 1 | -0/+15 |
* | Pass style declarations around for performance improvements and paving the wa... | Mike Sherov | 2012-12-11 | 1 | -36/+51 |
* | Refactor defaultDisplay's node creation and display logic, -6 | Rick Waldron | 2012-12-10 | 1 | -10/+13 |
* | Fix #12904: Firefox defaultDisplay with body/iframe display:none. Report and ... | Richard Gibson | 2012-12-08 | 1 | -35/+29 |
* | Fix #12959: Optimize library-wide patterns | Richard Gibson | 2012-11-27 | 1 | -1/+1 |
* | Fix #8908. Don't let change to originals affect clones in IE9/10. Close gh-886. | Elijah Manor | 2012-11-18 | 1 | -0/+10 |
|\ |
|
| * | Add support check, added assertion to check if cleared, add edge case for bac... | Elijah Manor | 2012-08-13 | 1 | -0/+3 |
* | | Fix #12685. Handle inconsistent opacity for ie < 9. Close gh-1005. | yiminghe | 2012-10-30 | 1 | -4/+6 |
* | | Fix #10416. Don't trust computed styles on detached elements. Close gh-941. | Oleg | 2012-10-28 | 1 | -8/+6 |
* | | no ticket: remove and enforce unused vars in jshint | Mike Sherov | 2012-10-17 | 1 | -4/+2 |
* | | fix effects tests failure | Mike Sherov | 2012-10-16 | 1 | -4/+0 |
* | | body default display is always block. @mikesherov was right and this is the p... | Rick Waldron | 2012-10-04 | 1 | -1/+1 |
* | | Fix #12537, element.css('filter') returns undefined in IE9. Close gh-942. | Mike Sherov | 2012-09-30 | 1 | -1/+3 |
* | | Fix #12243, $("col").width() should return the column's width. Close gh-916. | Mike Sherov | 2012-08-29 | 1 | -3/+8 |
* | | Fix #12313, .height()/.width() just use CSS if no offsetWidth. Close gh-909. | Mike Sherov | 2012-08-28 | 1 | -1/+4 |
* | | Fix #12324, line-height "normal" isn't always "1". Close gh-898. | Mike Sherov | 2012-08-19 | 1 | -2/+1 |
* | | jQuery.contains() handles document objects directly. Close gh-879. | Oleg Gaidarenko | 2012-08-19 | 1 | -1/+1 |
* | | Update comments about window.getComputedStyle in both locations. | Rick Waldron | 2012-08-11 | 1 | -1/+1 |
* | | Use window.getComputedStyle to prevent breaking jsdom/node.js . Fixes #12235 | Rick Waldron | 2012-08-10 | 1 | -2/+2 |
* | | Fixes #1034 - Check for style.removeAttribute before calling it | Corey Frang | 2012-08-06 | 1 | -1/+2 |
|/ |
|
* | Per @gibson042, don't need .documentElement since Sizzle handles. | Dave Methvin | 2012-07-26 | 1 | -1/+1 |
* | Unbreak isHidden args, they're needed by the .filter() call. | Dave Methvin | 2012-07-25 | 1 | -1/+2 |
* | Fix #12148. Let .toggle() call the public .hide() for punching. | Dave Methvin | 2012-07-25 | 1 | -7/+9 |
* | Moves isHidden to src/css.js and re-introduces its use. No ticket. Closes gh-876 | Oleg | 2012-07-25 | 1 | -2/+6 |
* | Followup #12018, fix a test fail converting to pixels. Close gh-874. | Mike Sherov | 2012-07-25 | 1 | -1/+1 |
* | Clean up regexen; use common regex for numbers. Close gh-862. | Richard Gibson | 2012-07-22 | 1 | -12/+11 |
* | Fix #12088, Safari 5 and more percentages in getComputedStyle | Mike Sherov | 2012-07-22 | 1 | -5/+12 |
* | Fixes a variety of typographical problems. Closes gh-853 | Chris Faulkner | 2012-07-11 | 1 | -3/+3 |
* | Follow the style guide, lose 72 bytes! Closes gh-840. | Mike Sherov | 2012-07-09 | 1 | -15/+8 |
* | Fixes typo in comment | Rick Waldron | 2012-06-18 | 1 | -1/+1 |
* | Update document.defaultView.getComputedStyle. Fixes #10373 | Rick Waldron | 2012-06-18 | 1 | -6/+8 |
* | Fix #9505, percentage position values in Webkit, closes gh-825. | Mike Sherov | 2012-06-15 | 1 | -13/+29 |
* | Interim take on cross-module variables, closes gh-817. | Richard Gibson | 2012-06-15 | 1 | -2/+2 |
* | Don't swap to measure dimensions unless the element is display:none. #807 Fix... | Mike Sherov | 2012-06-07 | 1 | -1/+1 |
* | Less letterSpacing .animate() fail in IE. Fixes #8627 | Mike Sherov | 2012-06-06 | 1 | -2/+13 |
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -48/+45 |