A collection of utility functions to detect vendor prefixed features
OpenLayers.
|
A collection of utility functions to detect vendor prefixed features |
Functions | |
css | Detect which property is used for a CSS property |
js | Detect which property is used for a JS property/method |
style | Detect which property is used for a DOM style property |
Detect which property is used for a CSS property
function css( property )
Detect which property is used for a JS property/method
function js( obj, property )
Detect which property is used for a DOM style property
function style( property )