Update $.fn.animate to change display mode only when necessary (inline, non-floated...
[jquery.git] / test / unit / css.js
2010-10-05 Colin SnoverUpdate $.fn.animate to change display mode only when...
2010-10-05 Colin SnoverFix :visible does not work properly when display:none...
2010-09-30 Colin SnoverMake sure setting opacity does not clobber other inline...
2010-09-28 John ResigMake sure that mixed case alpha filters are handled...
2010-09-28 John ResigMake setting .css(name, undefined) a no-op. Fixes ...
2010-09-21 John ResigMake sure that non-px values aren't manipulated before...
2010-09-16 jeresigSplit apart jQuery.css into jQuery.css (computed values...
2010-01-07 jeresigAdd .css(Function) incoming value tests.
2010-01-07 jeresigNo need for the try/finally logic in the css tests...
2009-12-22 jeresigAdd some extra tests to make sure we can get the value...
2009-12-16 jeresigMake sure that some height/width is set for the nothidd...
2009-12-10 John ResigMade sure that css('width') and height returned string...
2009-12-05 jeresigMade sure that css() in IE handles negative non-px...
2009-12-03 jeresigTweaked a CSS test to handle differences in font-size...
2009-12-01 Yehuda KatzFix css("opacity") to not clobber other filters in...
2009-11-11 John ResigLanding tweak from 'haruka' that fixes non-pixel fontSi...
2009-07-13 Yehuda KatzUses the more stable font-size as a sentinel
2009-07-13 Yehuda KatzTest Tweak to normalize the CSS results across browsers
2009-07-13 Yehuda KatzUpdates css() tests to use hex rather than color names
2009-07-12 Yehuda KatzAdded test for css(String, Function) and css(Object...
2009-05-14 Brandon Aaronopacity is now retrieved from stylesheet in IE. fixes...
2009-04-22 Brandon Aaronfix for #4216. css now ignores negative numbers for...
2009-04-20 John ResigAdded explicit module names to the new unit tests.
2009-03-22 Brandon Aarondecoupling styles retrieval from the attr method