Core Docs | Additional Modules Docs

Element.prototype.getLastChild


@Description: returns the last element type node (nodeType ==1) of a parentNode
@File: Element/prototype/getLastChild.js
@Return: element sb.element
@Example:
////get the nodes lastChild
myParentSbElement.getLastChild();