Home
last modified time | relevance | path

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

/plugin/livepreview/
Dscript.js81 var curA = null; variable
241 if (ctrl && curA && (!tooltips[String(curA)] || !domTT_isActive(tooltips[String(curA)]))) {
242 var ts1 = 'undefined' == typeof tooltips[curA.href];
244 tooltips[String(curA)] = domTT_activate(curA, e, 'content', '...',
252 tooltipFetch(String(curA));
259 if (el == curA || (ctrl && curA)) return;
278 var c = getPos(ctrl?curA:el);
279 dotQuestion.style.left = c.left+(ctrl?curA:el).offsetWidth+'px';
285 if (el != curA && curA) domTT_deactivate(tooltips[curA.href]);
290 if (!ctrl) curA = el;