aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/css.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Make setting .css(name, undefined) a no-op. Fixes #4388.John Resig2010-09-281-1/+9
|
* Make sure that non-px values aren't manipulated before input to height/width.John Resig2010-09-211-1/+4
|
* Split apart jQuery.css into jQuery.css (computed values) and jQuery.style ↵jeresig2010-09-161-10/+2
| | | | (currently set values).
* Add .css(Function) incoming value tests.jeresig2010-01-071-0/+60
|
* No need for the try/finally logic in the css tests, won't even work as expected.jeresig2010-01-071-49/+43
|
* Add some extra tests to make sure we can get the value of hyphenated CSS ↵jeresig2009-12-221-1/+3
| | | | properties, for #3732.
* Make sure that some height/width is set for the nothiddendiv before checking.jeresig2009-12-161-0/+2
|
* Made sure that css('width') and height returned string values, not numerical ↵John Resig2009-12-091-1/+3
| | | | values. Fixes #5627.
* Made sure that css() in IE handles negative non-px values correctly. Fixes ↵jeresig2009-12-051-1/+4
| | | | #3331.
* Tweaked a CSS test to handle differences in font-size % support in browsers.jeresig2009-12-031-1/+8
|
* Fix css("opacity") to not clobber other filters in IE. Closes #4707.Yehuda Katz2009-12-011-6/+17
|
* Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. ↵John Resig2009-11-111-1/+12
| | | | Fixes #760.
* Uses the more stable font-size as a sentinelYehuda Katz2009-07-131-12/+14
|
* Test Tweak to normalize the CSS results across browsersYehuda Katz2009-07-131-2/+4
|
* Updates css() tests to use hex rather than color namesYehuda Katz2009-07-131-2/+2
|
* Added test for css(String, Function) and css(Object) where values are ↵Yehuda Katz2009-07-121-0/+62
| | | | Functions; fixed css(Object)
* opacity is now retrieved from stylesheet in IE. fixes #3981Brandon Aaron2009-05-141-1/+5
|
* fix for #4216. css now ignores negative numbers for width and height when ↵Brandon Aaron2009-04-221-1/+7
| | | | passed an object of props and vals.
* Added explicit module names to the new unit tests.John Resig2009-04-201-1/+3
|
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-221-0/+82