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