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