Valdosta State University

As discussed previously, the DOM is an API to access HTML elements allowing us to use JavaScript to access elements by: id. attribute – getElementById. name. attribute – getElementsByName. Or, to crawl through the tree representation of the page using methods such as: nextSibling, firstChild, etc. jQuery provides a way select elements in ... ................
................