Advertisement
Guest User

dbtopas

a guest
Jan 29th, 2015
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. epos = e.currentTarget.getBoundingClientRect();
  2. x = e.clientX - epos.left - 56;
  3. y = e.clientY - epos.top - 21;
  4.  
  5. var popup = document.getElementById("sbPopup");
  6. popup.innerHTML = sbGetPopupInfo(imin - 1, x, y);
  7. popup.style.left = e.clientX + 40 + "px";
  8. popup.style.top = e.clientY - 40 + "px";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement