the node to wrap
the classname(s) to add
this
the contents to append
this
this
the name of the attribute to get (nonempty string)
the value of the attribute specified (or null
if that attribute hasn’t been set)
the name of the attribute to set (nonempty string)
the value to assign to the attribute, or null
to remove it
this
the name of the attribute to set (nonempty string)
the function to call when assigning a value to the attribute
optionally pass in another object to use as this
inside the given function
this
an object with ValueType type values
this
the value of the class
attribute, or null
if it had not been set
the value to set for the class
attribute, or null
to remove it
this
the function to call when assigning a value to the attribute
optionally pass in another object to use as this
inside the given function
this
this
any function that takes 0 arguments and returns undefined
(or does not have a return statement)
this
the value of the id
attribute, or null
if it had not been set
the value to set for the id
attribute, or null
to remove it
this
the function to call when assigning a value to the attribute
optionally pass in another object to use as this
inside the given function
this
the innerHTML
of this element
the html to set
this
the outerHTML
of this element
the html to set
this
the contents to prepend
this
classname(s) to remove
this
the segment of this element’s [class]
attribute value to remove
the string with which to replace the removed segment
this
the textContent
of this node
the content to set
this
this
Generated using TypeDoc
Wrapper for an Element.
https://www.w3.org/TR/dom/#element