(function($) {
$(function() {
FWP.hooks.addAction('facetwp_map/marker/mouseover', function( marker ) {
google.maps.event.trigger(marker, 'click');
});
});
})(jQuery)
Code snippets for FacetWP
(function($) {
$(function() {
FWP.hooks.addAction('facetwp_map/marker/mouseover', function( marker ) {
google.maps.event.trigger(marker, 'click');
});
});
})(jQuery)