i have function like this
function myPrevClick(it)
{
it--;
/*it = parseInt(it);
alert(it);*/
GEvent.trigger(gmarkers[it], "click");
}
when I give any values other than 0 it works for me. COuld you please
help me to find out the reason, why this happening :(
thanks
joban
http://phpqa.blogspot.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---