jquery Programming Glossary: popupleft
Open popup at clicked position http://stackoverflow.com/questions/10492910/open-popup-at-clicked-position script var mouseX mouseY windowWidth windowHeight var popupLeft popupTop document .ready function document .mousemove function.. 'div' .outerHeight if mouseX popupWidth windowWidth popupLeft mouseX popupWidth else popupLeft mouseX if mouseY popupHeight.. popupWidth windowWidth popupLeft mouseX popupWidth else popupLeft mouseX if mouseY popupHeight windowHeight popupTop mouseY popupHeight..
Open popup at clicked position http://stackoverflow.com/questions/10492910/open-popup-at-clicked-position width 500px height 500px display none position absolute style script var mouseX mouseY windowWidth windowHeight var popupLeft popupTop document .ready function document .mousemove function e mouseX e.pageX mouseY e.pageY To Get the relative position.. 'div' .show var popupWidth 'div' .outerWidth var popupHeight 'div' .outerHeight if mouseX popupWidth windowWidth popupLeft mouseX popupWidth else popupLeft mouseX if mouseY popupHeight windowHeight popupTop mouseY popupHeight else popupTop mouseY.. 'div' .outerWidth var popupHeight 'div' .outerHeight if mouseX popupWidth windowWidth popupLeft mouseX popupWidth else popupLeft mouseX if mouseY popupHeight windowHeight popupTop mouseY popupHeight else popupTop mouseY if popupLeft 0 popupLeft 0 if..
|