Skip to content

Instantly share code, notes, and snippets.

@mattd
Created June 1, 2012 13:43
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mattd/2852249 to your computer and use it in GitHub Desktop.
$('#position').live('pageshow', function(event, ui) {
google.maps.event.trigger(map, 'resize');
});
$('#map-init').click(function() {
google.maps.event.trigger(map, 'resize');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment