Home
last modified time | relevance | path

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

/plugin/searchtablejs/TableFilter_EN/
H A Dactb.js115 function curTop(obj){ function
241 a.style.top = eval(curTop(actb_curr) + actb_curr.offsetHeight) + "px";
311 a.style.top = eval(curTop(actb_curr) + actb_curr.offsetHeight) + "px";
/plugin/jquery/
H A Djquery-1.4.2.js6070 curTop = parseInt( jQuery.curCSS( elem, "top", true ), 10 ) || 0,
6078 top: (options.top - curOffset.top) + curTop,