Get id of div from its class name

Viewed 75339

How can I find an id based on its class just using javascript. I know this is easy with jQuery what is the solution.. using getElementsByTagName ?

2 Answers
Related