Skip to content

Instantly share code, notes, and snippets.

Created February 13, 2015 21:50
Show Gist options
  • Select an option

  • Save anonymous/87c331fd44493750a1f4 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/87c331fd44493750a1f4 to your computer and use it in GitHub Desktop.
map code
.maps iframe{
pointer-events: none;
}
jQuery( document ).ready(function($) {
$('.maps').click(function () {
$('.maps iframe').css("pointer-events", "auto");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment