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
/
test
/
unit
/
css.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
second batch
louisremi
2011-04-11
1
-58
/
+58
*
Improve relative string performance in .css and some code cleanup
Dan Heberden
2011-04-04
1
-16
/
+27
*
Bug 7345; Add support for explicit/relative string values in .css - modified ...
Dan Heberden
2011-04-04
1
-0
/
+21
*
Added css hook to work around bug in WebKit computed margin-right. Fixes #333...
Richard Worth
2011-03-24
1
-0
/
+12
*
Update unit test for #7608 which was leaking timers.
rwldrn
2011-01-17
1
-11
/
+2
*
Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...
Colin Snover
2011-01-17
1
-1
/
+1
|
\
|
*
Update unit tests with a leak detection mechanism for the various jQuery glob...
Colin Snover
2011-01-09
1
-1
/
+1
*
|
whitespace fixes in unit tests
rwldrn
2011-01-10
1
-18
/
+18
*
|
Bug #7608 elem.runtimeStyle throws exception in Opera
rwldrn
2011-01-05
1
-0
/
+22
|
/
*
Clean trailing whitespace from all files.
Colin Snover
2010-12-30
1
-32
/
+32
*
Maintain returning 0px from width/height for disconnected nodes for backwards...
jeresig
2010-11-09
1
-2
/
+4
*
Make sure that accessing computed CSS for elements returns 'auto' instead of ...
jeresig
2010-11-01
1
-2
/
+2
*
Fix tab spacing.
Brandon Aaron
2010-10-28
1
-27
/
+27
*
Make sure that .width()/.height() don't return NaN also standardize on return...
jeresig
2010-10-22
1
-2
/
+2
*
Make sure that the correct height/width of the elements is retreived. Fixes #...
jeresig
2010-10-22
1
-9
/
+7
*
Be sure to clean up the previous test.
jeresig
2010-10-22
1
-0
/
+2
*
Make sure that height/width getters work on hidden inputs and disconnected el...
jeresig
2010-10-22
1
-1
/
+19
*
Test visible on inline elements.
jeresig
2010-10-14
1
-2
/
+2
*
Getting weird results for font size tests across platforms - easier to test s...
jeresig
2010-10-14
1
-3
/
+2
*
Change font size to 15px in the test to fix a false negative. Thanks @jitter ...
jeresig
2010-10-13
1
-2
/
+2
*
We want to make sure that we only run the MSIE-specific filter tests if opaci...
jeresig
2010-10-13
1
-2
/
+2
*
Test CSS test on font size instead of padding.
jeresig
2010-10-13
1
-2
/
+2
*
IE 9 preserves the case of the Alpha filter - maintain it in the test as well.
jeresig
2010-10-13
1
-2
/
+2
*
Fixed getting styles from disconnected nodes. Fixes #7148.
Scott González
2010-10-11
1
-1
/
+3
*
Merge branch 'animate-nonblock' of http://github.com/csnover/jquery into csno...
John Resig
2010-10-09
1
-1
/
+14
|
\
|
*
Update $.fn.animate to change display mode only when necessary (inline, non-f...
Colin Snover
2010-10-05
1
-1
/
+1
|
*
Fix :visible does not work properly when display:none is set directly on an e...
Colin Snover
2010-10-05
1
-0
/
+13
*
|
Make sure null/NaN values aren't set in .css(). Fixes #7116.
jeresig
2010-10-09
1
-1
/
+21
*
|
Prevent IE from throwing errors when setting RGBA values. Fixes #5509.
Colin Snover
2010-10-09
1
-1
/
+11
|
/
*
Make sure setting opacity does not clobber other inline filters. Fixes #7101.
Colin Snover
2010-09-30
1
-3
/
+6
*
Make sure that mixed case alpha filters are handled correctly in IE. Fixes #5...
John Resig
2010-09-28
1
-1
/
+1
*
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 (cu...
jeresig
2010-09-16
1
-10
/
+2
*
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 prop...
jeresig
2009-12-22
1
-1
/
+3
*
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
*
Made sure that css() in IE handles negative non-px values correctly. Fixes #3...
jeresig
2009-12-05
1
-1
/
+4
*
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. Fixes...
John Resig
2009-11-11
1
-1
/
+12
*
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 Functio...
Yehuda Katz
2009-07-12
1
-0
/
+62
*
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 pas...
Brandon Aaron
2009-04-22
1
-1
/
+7
*
Added explicit module names to the new unit tests.
John Resig
2009-04-20
1
-1
/
+3
[next]