Mega Code Archive

 
Categories / JavaScript Reference / Javascript Properties
 

LastChild Syntax and Note

Note: Read-only property.  Returns the last child in the childNodes.      Syntax:      document.getElementById("elementID").lastChild document.all.elementID.lastChild // IE only