jquery-css-transform icon indicating copy to clipboard operation
jquery-css-transform copied to clipboard

A monkey patch for jQuery 1.3.1+ that adds some cross browser support for 'transform' property to css() method.

Results 4 jquery-css-transform issues
Sort by recently updated
recently updated
newest added

bug fix: avoids javascript error when jquery does not match elements (empty query)

Firefox 16.0.1 and up has added support for the non-prefixed 'transition' property.

Hi, I tried to get a div current transform using $('#mydiv').css('transform') and I get an empty string, but I know that this div has a transform: rotate(-1deg) css style applied...

Hey I've used the script to build a website http://www.brandcircus.at/ and it works great except Firefox 12. onMouseOver, the second row sometimes dissapears. . Any idea how to fix this...