How to animate Markercluster Icons

المشرف العام

Administrator
طاقم الإدارة
I am using Jquery Google Map V3 with markerclusterplus. I want to animate a cluster icon when hover the icon. My Clusterhover event code is,

var mc = new MarkerClusterer(map, markersarray,mcOptions); google.maps.event.addListener(mc, "mouseover", function (c) { console.log(this); $(this).effect( 'bounce', { times: 3 }, 'slow'); //$("div.cluster").effect( 'bounce', { times: 3 }, 'slow'); });But I am facing following error,

Uncaught TypeError: $(...).effect is not a function(anonymous function) @ groupmap.html:309S.trigger @ main.js:20(anonymous function) @ markercluster.js:186I don't know how to achieve this. I hope someone will help on this issue..

Thanks



أكثر...
 
أعلى