index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
css
Commit message (
Expand
)
Author
Age
Files
Lines
*
CSS: fix reliableHiddenOffsets support test for IE6-7
Timmy Willison
2016-01-06
1
-8
/
+13
*
CSS: fix visible/hidden for IE6/7
Timmy Willison
2016-01-06
2
-5
/
+24
*
Revert "Misc: Drop support for older browsers; update support comments"
Timmy Willison
2016-01-06
2
-8
/
+15
*
Build: code style fixes after all those reverts
Oleg Gaidarenko
2015-12-22
1
-3
/
+4
*
Revert "CSS: simplify hack of css getter for the computed values"
Oleg Gaidarenko
2015-12-22
1
-2
/
+10
*
Revert "CSS: simplify "defaultDisplay" module"
Oleg Gaidarenko
2015-12-22
1
-1
/
+1
*
Revert "CSS: Ignore the CSS cascade in show()/hide()/etc."
Oleg Gaidarenko
2015-12-22
1
-0
/
+71
*
Revert "CSS: Make .css("width") & .css("height") return fractional values"
Oleg Gaidarenko
2015-12-22
1
-12
/
+1
*
Revert "CSS: Make show/hide/toggle methods a module"
Oleg Gaidarenko
2015-12-22
1
-26
/
+2
*
CSS: fix AMD mode for the new showHide module
Timmy Willison
2015-10-25
1
-1
/
+2
*
CSS: Make show/hide/toggle methods a module
Dave Methvin
2015-10-25
1
-2
/
+24
*
CSS: Correct misrepresentation of "auto" horizontal margins as 0
Richard Gibson
2015-10-18
1
-9
/
+22
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
11
-29
/
+44
*
Core: Support non-browser environments
Michał Gołębiowski
2015-08-16
2
-15
/
+14
*
Core:CSS: Attach test nodes to documentElement, not body
Michał Gołębiowski
2015-08-16
2
-21
/
+6
*
CSS: Make .css("width") & .css("height") return fractional values
Michał Gołębiowski
2015-07-07
1
-2
/
+13
*
CSS: make the getStyles function more readable
Thomas Tortorini
2015-06-25
1
-3
/
+5
*
CSS: Don't name the anonymous swap function
Michał Gołębiowski
2015-06-01
1
-1
/
+1
*
CSS: fix :visible/:hidden selectors for inline element w/ content
Timmy Willison
2015-05-12
1
-6
/
+4
*
CSS: Ignore the CSS cascade in show()/hide()/etc.
Richard Gibson
2015-05-11
2
-70
/
+45
*
Core:CSS:Event: simplification of native method signatures
Oleg Gaidarenko
2015-05-03
2
-4
/
+4
*
CSS: Don't expose jQuery.swap
Michał Gołębiowski
2015-04-13
1
-6
/
+2
*
CSS: Support relative adjustment in any applicable unit
Mr21
2015-03-09
1
-0
/
+61
*
CSS: Fix the pixelMarginRight support test in IE8
Michał Gołębiowski
2015-02-08
1
-1
/
+1
*
CSS: Add a support test for the hack for .css('marginRight') etc.
Michał Gołębiowski
2015-02-05
2
-20
/
+35
*
CSS: simplify hack of css getter for the computed values
Oleg Gaidarenko
2014-12-24
1
-10
/
+2
*
CSS: simplify "defaultDisplay" module
Oleg Gaidarenko
2014-12-24
1
-1
/
+1
*
Misc: Drop support for older browsers; update support comments
Michał Gołębiowski
2014-12-08
3
-24
/
+16
*
CSS: Clean up memory leak in reliableMarginRight
Dave Methvin
2014-12-02
1
-0
/
+2
*
CSS: Correct typo in the comment
Oleg Gaidarenko
2014-09-03
1
-1
/
+1
*
CSS: Use pre-defined displays for html and body
Oleg Gaidarenko
2014-09-03
1
-1
/
+7
*
CSS: Remove use of getDefaultComputedStyle
Nazar Mokrynskyi
2014-09-02
1
-10
/
+2
*
CSS: elements are hidden when either offsetWidth or offsetHeight is zero
Timmy Willison
2014-07-17
1
-1
/
+3
*
Build: update grunt-jscs-checker and pass with the new rules
Timmy Willison
2014-07-17
3
-9
/
+18
*
CSS: Do not throw on frame elements in FF
Oleg Gaidarenko
2014-06-16
1
-1
/
+8
*
Css: change boxSizingReliable in IE<9.
Michał Gołębiowski
2014-03-21
1
-4
/
+3
*
CSS: window.getDefaultComputedStyle may return null
Rodrigo Rosenfeld Rosas
2014-03-20
1
-3
/
+4
*
Support: Simplify the box-sizing test
Michał Gołębiowski
2014-03-10
1
-14
/
+6
*
Support: Reduce size via code consolidation and minification awareness
Richard Gibson
2014-03-04
1
-110
/
+65
*
Support: Skip style-based tests when element.style is undefined
Richard Gibson
2014-02-13
1
-4
/
+8
*
Docs: Add support comments for prefixed box-sizing
Michał Gołębiowski
2014-02-05
1
-0
/
+2
*
Css: Document reliableMarginRight is needed for Android 2.3
Michał Gołębiowski
2014-01-27
1
-0
/
+1
*
Css: Fix the reliableMarginRight test in oldIE.
Michał Gołębiowski
2014-01-26
1
-3
/
+7
*
Css: Don’t cache support.reliableMarginRight; thanks @jdalton, @timmywil
Michał Gołębiowski
2014-01-26
1
-6
/
+5
*
Fix some code style inconsistencies
Oleg
2013-11-07
3
-4
/
+3
*
No ticket: Small curCSS size optimizations
Richard Gibson
2013-10-15
1
-6
/
+8
*
Fix #14432: Always return string from .css("z-index"). Close gh-1395.
George Kats
2013-10-15
1
-2
/
+8
*
No ticket. Get rid of comma expression in curCSS.
Michał Gołębiowski
2013-09-24
1
-1
/
+1
*
Fix #12723 and simplification and optmization of defaultDisplay helper
Oleg
2013-09-17
1
-9
/
+20
*
Fix context
Timmy Willison
2013-09-11
1
-1
/
+1
[next]