Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Add support to find elements by class name #405

Closed
wants to merge 1 commit into from

Conversation

osharim
Copy link
Contributor

@osharim osharim commented May 5, 2015

GMaps can only retrieve DOM elements by Id, now we can init new GMaps objects by class name.

e.g

new GMaps({ div: ".map" ... })

 GMaps can only retrieve DOM elements by Id, now we can init new GMaps objects by class name. e.g 

new GMaps({   div: ".map" ... })
@hpneo
Copy link
Owner

hpneo commented May 5, 2015

Please move your code to gmaps.core.js. gmaps.js is a generated file.

@hpneo hpneo closed this May 6, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants