getElementById
The method getElementById() returns the first Element within the document that matches the specific ID
document.getElementById("id") // Returns the FIRST element with the ID of idLast updated
Was this helpful?
The method getElementById() returns the first Element within the document that matches the specific ID
document.getElementById("id") // Returns the FIRST element with the ID of idLast updated
Was this helpful?
Was this helpful?