Wednesday, 18 September 2013

Javascript How can I get the href from no id anchor tag?

Javascript How can I get the href from no id anchor tag?

<a href="href">inner</a>
Under function don't work because no id
document.getElementById("???").href

No comments:

Post a Comment