getElementsById
elem.getElementsById("id") // Returns ALL element with the ID of idLast updated
The method getElementsById() returns all Elements within the element that matches the specific ID
elem.getElementsById("id") // Returns ALL element with the ID of idLast updated