Members
(constant) DEFAULTS
Determines per-element default listener event types for
"clone.listen()", "clone.deafen()", "clone.react()"
and "clone.ignore()".
The supported elements (and event types) are:
The supported elements (and event types) are:
- input (change)
- textarea (change)
- button (click)
Methods
select()
Returns the result of
document.querySelector().
selectAll()
Returns the result of
document.querySelectorAll(), wrapped in an array.
selectall()
Same as
selectAll().