Skip to content

Instantly share code, notes, and snippets.

@fapestniegd
Created June 20, 2012 21:29
Show Gist options
  • Select an option

  • Save fapestniegd/2962345 to your computer and use it in GitHub Desktop.

Select an option

Save fapestniegd/2962345 to your computer and use it in GitHub Desktop.
google.maps.event.addListener( pointMarker, 'click', function() { infowindow.open(markerdata.map, pointMarker);
$('.tabs li').click(function() {
$('.tabs li').removeClass('active');
$(this).addClass('active');
$('.tab_content').hide();
var selected_tab = $(this).find('a').attr('href');
$(selected_tab).fadeIn();
return false;
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment