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

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -