dom()
Creates HTML DOM objects.
This function is valid in v2.24.1 to v2.24.3. This function has been downloaded 29 times.nodeName
(or _
) property. To represent an element with child nodes you can set the children
(or $
) property to an input
object, input
string, or array of input
strings and/or objects that will be recursively interpreted. The html
property will be interpreted as the innerHTML
property. The text
property will be interpreted ass the innerText
and textContent
properties. The cls
property will be interpreted as the element's class name.input
was a string an array of nodes represented in that string will be returned. Otherwise the element represented by input
will be returned.This function directly requires the following functions which are included automatically:
has()
toArray()
typeOf()