How to returns the array of DOM nodes in google map V3 api? -
how returns array of dom nodes hold content of tabs of info window in google map v3 api?
i migrating google map version v2 v3. in v2 using these type of codes array of dom nodes hold content of tabs of info window. below code google map v2 code.
if (!div) return; var link = div.down('a.jsdetailslink'); if (!link) return; link.href = '/ajax/?action=profileinfofull&id=' + location.id; new facebox(link);
how use in v3, [object htmldivelement]? please help.!!
Comments
Post a Comment