Home
last modified time | relevance | path

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

/plugin/overlay/
H A Dscript.js7 var theUserposition= {'x':0,'y':0,'position':'absolute'}; class
12 theUserposition.y = position.top;
13 theUserposition.x =position.left;
17 theUserposition.y = position.top;
18 theUserposition.x =position.left;
54 theUserposition.x = 0;
55 theUserposition.y = 0;
57 … jQuery("#overlay" ).css({top: theUserposition.y, left: theUserposition.x, position:which});
68 theUserposition.x = x;
69 theUserposition.y = y;