Simple way to share positions:<p>var p =$('.map').position();prompt("Have someone run this code to see this position","$('.map').css({'left':"+p['left']+", 'top':"+p['top']+"})");<p>This gives you a snippet you can send to someone else to run.<p>---------------------------------------<p>Also, don't want to drag? <a href="http://www.potch.me/blog/press-and-hold.html" rel="nofollow">http://www.potch.me/blog/press-and-hold.html</a>