Skip to content

Instantly share code, notes, and snippets.

@KZeni
Last active February 17, 2018 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KZeni/e98c464c62172f9d1c287a0750570e24 to your computer and use it in GitHub Desktop.
Save KZeni/e98c464c62172f9d1c287a0750570e24 to your computer and use it in GitHub Desktop.
google.maps.event.addListener(WPGM_Path_Polygon[polygonid], 'mouseover', function(event) {
if (tmp_data['link'] !== "") {
jQuery('.responsive-tabs__list__item:contains("'+tmp_data['link'].replace('-',' ').replace('?target=','')+'"),.responsive-tabs__heading:contains("'+tmp_data['link'].replace('-',' ').replace('?target=','')+'")').click();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment