JavaScript DOM own property: links
[this page | pdf | back links]
The links property of the JavaScript
DOM returns a
collection of all the <a>
and <area>
elements in the document that have a href attribute.
NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)