¡@

Home 

javascript Programming Glossary: topposition

Load image with jQuery and append it to the DOM

http://stackoverflow.com/questions/10863658/load-image-with-jquery-and-append-it-to-the-dom

img.height image height var ratio 0 resize ration var topPosition 0 top image position var leftPostition 0 left image postiton.. is larger than the image y position if maxHeight imgHeight topPosition maxHeight 2 imgHeight 2 x position if maxWidth imgWidth leftPostition.. .append img Set absolute image position img.css top topPosition img.css left leftPostition Set image width and height img.attr..

Launch Facebook Share Popup at Center of Screen

http://stackoverflow.com/questions/12882689/launch-facebook-share-popup-at-center-of-screen

function MyPopUpWin url width height var leftPosition topPosition Allow for borders. leftPosition window.screen.width 2 width.. 2 width 2 10 Allow for title and status bars. topPosition window.screen.height 2 height 2 50 Open the window. window.open.. height width width resizable yes left leftPosition top topPosition screenX leftPosition screenY topPosition toolbar no menubar..