So I'm using the demo code at https://github.com/remy/html5demos/blob/master/demos/geo.html and I want to change a div class when the user clicks on 'Share location' in the browser.
Is there a trigger or function available for that?
|
So I'm using the demo code at https://github.com/remy/html5demos/blob/master/demos/geo.html and I want to change a div class when the user clicks on 'Share location' in the browser. Is there a trigger or function available for that? |
|||
|
|
|
I'm assuming you don't want to use the success callback of the getCurrentPosition() method, because it will only be called once a location has been determined. Why don't you try the watchPosition method instead?
|
|||
|