Home
last modified time | relevance | path

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

/plugin/livepreview/
H A Dscript.js82 var dotQuestion = document.createElementExt('div' variable
232 if (!dotQuestion.offsetParent) document.body.appendChild(dotQuestion);
279 dotQuestion.style.left = c.left+(ctrl?curA:el).offsetWidth+'px';
280 dotQuestion.style.top = c.top+3+'px';
281 dotQuestion.style.display = '';
283 dotQuestion.style.display = 'none';