aboutsummaryrefslogtreecommitdiffstats
path: root/src/css.js
Commit message (Expand)AuthorAgeFilesLines
...
* CSS: Improve a comment explaining IE11 fullscreen bugMichał Gołębiowski2015-07-011-1/+2
* CSS: Work around an IE11 fullscreen dimensions bugMartin Naumann2015-06-231-0/+11
* CSS: Don't cache unrecognized CSS property namesMichał Gołębiowski2015-06-011-11/+10
* CSS: Ignore the CSS cascade in show()/hide()/etc.Richard Gibson2015-05-111-62/+2
* CSS: Don't expose jQuery.swapMichał Gołębiowski2015-04-131-4/+4
* CSS: Support relative adjustment in any applicable unitMr212015-03-091-8/+9
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-11-031-1/+1
* CSS: Removed redundant "to the number" in commentAurelio De Rosa2014-09-021-1/+1
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-15/+31
* Support: clean up comments and Support notationDave Methvin2014-06-101-29/+28
* Dimensions: Reverse a check to avoid potential reflowsChristian Kosmowski2014-04-181-1/+1
* CSS: jQuery#hide should always save display valueOleg Gaidarenko2014-03-201-6/+3
* CSS: Add flex-grow and flex-shrink to cssNumberRoman Rei_2014-03-131-0/+2
* Css: Revert 24e587929f62428e1959b10aace6dc4fd65ab397Michał Gołębiowski2014-03-101-3/+0
* CSS: Return values should be numbersDave Methvin2014-03-041-2/+2
* Fix #14394: Changing style !important in webkit. Close gh-1385.Lihan Li2013-10-151-0/+3
* Fixes #14450. Remove CommonJS+AMD syntax.Timmy Willison2013-10-151-23/+21
* Fix some code style inconsistenciesOleg2013-10-071-4/+1
* Ref #14313: NaN detection. Close gh-1352.Richard Gibson2013-09-121-2/+2
* charAt -> string indexing. Close gh-1359.Mike Sidorov2013-09-121-1/+1
* The cssHook from addGetHookIf wasn't actually getting addedTimmy Willison2013-09-111-1/+1
* No ticket. Abstract conditional hook definition.Michał Gołębiowski2013-09-111-20/+9
* Remove offset dependency from css. Move curCSS and getStyles to their own mod...Timmy Willison2013-09-101-76/+4
* Separate jQuery.fn.init into its own module (for lighter core dependencies ac...Timmy Willison2013-09-091-0/+1
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-091-15/+21
* Reorder css.js logicallyTimmy Willison2013-09-091-177/+177
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-081-0/+1
* No ticket. Update support comments to reflect current state of affairs.Michał Gołębiowski2013-09-071-2/+2
* No ticket. Optimize the marginRight hook: run the support test once only.Michał Gołębiowski2013-09-061-7/+14
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-39/+47
* Pass all tests (and load Sizzle fixture correctly) when loading with AMDTimmy Willison2013-08-291-2/+3
* Fix #14150: revert to ownerDocument.defaultView.getComputedStyle. Close gh-1311.Chris Price2013-08-191-1/+1
* Specify support as a dependency wherever it is used. Optimize module order to...Timmy Willison2013-08-151-1/+3
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-67/+18
* Fixes #14049: don't append px to CSS order value. Close gh-1300.Jason Merino2013-07-011-0/+1
* Avoid jQuery(this) and a closure for .toggle(Boolean), close gh-1271.Jason Bedard2013-06-021-2/+4
* Fix #13855: line-height animations. Close gh-1265.Richard Gibson2013-05-131-1/+1
* No ticket. Use data_priv methods instead of jQuery._removeData and jQuery._da...Oleg Gaidarenko2013-04-081-3/+3
* Improve CSS and `Support:` comments. Close gh-1220.Michał Gołębiowski2013-04-061-2/+3
* Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1194.Michał Gołębiowski2013-04-031-21/+0
* 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