Home
last modified time | relevance | path

Searched refs:curCSS (Results 1 – 1 of 1) sorted by relevance

/f-stack/tools/libxo/xohtml/external/
H A Djquery.js6509 curCSS, variable
6535 var ret = curCSS( elem, "opacity", "opacity" );
6636 } else if ( curCSS ) {
6637 return curCSS( elem, name );
6661 jQuery.curCSS = jQuery.css;
6749 ret = curCSS( elem, "margin-right", "marginRight" );
6822 curCSS = getComputedStyle || currentStyle;
6848 val = curCSS( elem, name, name );