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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -