|
|
|
|
|
lastChild
lastChild returns the last child of the current element.
Syntax
last_child = element.lastChildParameters
last_child is the final element node in the nodeList of children on the current element.
Example
Notes
Returns NULL if there are no child elements.
Specification
core
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|