I hope someone is able to help with this.
Essentially what i'm after is if a user clicks a map pointer (using Google Maps) then it opens up a panel widget in association with jQuery Mobile.
This is a snippet of the code for default linking. But this doesn't work.
google.maps.event.addListener(marker, 'click', function() {
window.location.href = '#test';
});
Anyone have any ideas?