Core Docs
|
Additional Modules Docs
Element.prototype.getFirstChild
@Description:
returns the first element type node (nodeType ==1) of a parentNode
@File:
Element/prototype/getFirstChild.js
@Return:
element sb.element
@Example:
//get the nodes firstChild
myParentSbElement.getFirstChild();