index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
mgol-patch-1
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
/
test
/
unit
/
css.js
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Make setting .css(name, undefined) a no-op. Fixes #4388.
John Resig
2010-09-28
1
-1
/
+9
|
*
Make sure that non-px values aren't manipulated before input to height/width.
John Resig
2010-09-21
1
-1
/
+4
|
*
Split apart jQuery.css into jQuery.css (computed values) and jQuery.style ↵
jeresig
2010-09-16
1
-10
/
+2
|
|
|
|
(currently set values).
*
Add .css(Function) incoming value tests.
jeresig
2010-01-07
1
-0
/
+60
|
*
No need for the try/finally logic in the css tests, won't even work as expected.
jeresig
2010-01-07
1
-49
/
+43
|
*
Add some extra tests to make sure we can get the value of hyphenated CSS ↵
jeresig
2009-12-22
1
-1
/
+3
|
|
|
|
properties, for #3732.
*
Make sure that some height/width is set for the nothiddendiv before checking.
jeresig
2009-12-16
1
-0
/
+2
|
*
Made sure that css('width') and height returned string values, not numerical ↵
John Resig
2009-12-09
1
-1
/
+3
|
|
|
|
values. Fixes #5627.
*
Made sure that css() in IE handles negative non-px values correctly. Fixes ↵
jeresig
2009-12-05
1
-1
/
+4
|
|
|
|
#3331.
*
Tweaked a CSS test to handle differences in font-size % support in browsers.
jeresig
2009-12-03
1
-1
/
+8
|
*
Fix css("opacity") to not clobber other filters in IE. Closes #4707.
Yehuda Katz
2009-12-01
1
-6
/
+17
|
*
Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. ↵
John Resig
2009-11-11
1
-1
/
+12
|
|
|
|
Fixes #760.
*
Uses the more stable font-size as a sentinel
Yehuda Katz
2009-07-13
1
-12
/
+14
|
*
Test Tweak to normalize the CSS results across browsers
Yehuda Katz
2009-07-13
1
-2
/
+4
|
*
Updates css() tests to use hex rather than color names
Yehuda Katz
2009-07-13
1
-2
/
+2
|
*
Added test for css(String, Function) and css(Object) where values are ↵
Yehuda Katz
2009-07-12
1
-0
/
+62
|
|
|
|
Functions; fixed css(Object)
*
opacity is now retrieved from stylesheet in IE. fixes #3981
Brandon Aaron
2009-05-14
1
-1
/
+5
|
*
fix for #4216. css now ignores negative numbers for width and height when ↵
Brandon Aaron
2009-04-22
1
-1
/
+7
|
|
|
|
passed an object of props and vals.
*
Added explicit module names to the new unit tests.
John Resig
2009-04-20
1
-1
/
+3
|
*
decoupling styles retrieval from the attr method
Brandon Aaron
2009-03-22
1
-0
/
+82
[prev]