An immutable list containing HTML elements. This list contains some additional methods when compared to regular lists for ease of CSS manipulation on a group of elements.
abort
events handled by this Element.
beforecopy
events handled by this Element.
beforecut
events handled by this Element.
beforepaste
events handled by this Element.
blur
events handled by this Element.
change
events handled by this Element.
click
events handled by this Element.
contextmenu
events handled by this Element.
copy
events handled by this Element.
cut
events handled by this Element.
doubleclick
events handled by this Element.
drag
events fired when this element currently being dragged. [...]
dragend
events fired when this element completes a drag
operation. [...]
dragenter
events fired when a dragged object is first dragged
over this element. [...]
dragleave
events fired when an object being dragged over this
element leaves this element's target area. [...]
dragover
events fired when a dragged object is currently
being dragged over this element. [...]
dragstart
events fired when this element starts being
dragged. [...]
drop
events fired when a dragged object is dropped on this
element. [...]
error
events handled by this Element.
focus
events handled by this Element.
fullscreenchange
events handled by this Element.
fullscreenerror
events handled by this Element.
input
events handled by this Element.
invalid
events handled by this Element.
keydown
events handled by this Element.
keypress
events handled by this Element.
keyup
events handled by this Element.
load
events handled by this Element.
mousedown
events handled by this Element.
mouseenter
events handled by this Element.
mouseleave
events handled by this Element.
mousemove
events handled by this Element.
mouseout
events handled by this Element.
mouseover
events handled by this Element.
mouseup
events handled by this Element.
mousewheel
events handled by this Element.
paste
events handled by this Element.
reset
events handled by this Element.
scroll
events handled by this Element.
search
events handled by this Element.
select
events handled by this Element.
selectstart
events handled by this Element.
submit
events handled by this Element.
touchcancel
events handled by this Element.
touchend
events handled by this Element.
touchenter
events handled by this Element.
touchleave
events handled by this Element.
touchmove
events handled by this Element.
touchstart
events handled by this Element.
transitionend
events handled by this Element.
true
if there are no elements in this collection. [...]
Iterator
that allows iterating the elements of this
Iterable
. [...]
value
to the end of this list,
extending the length by one. [...]
iterable
to the end of this list. [...]
test
. [...]
this
. [...]
R
instances. [...]
element
. [...]
index
th element. [...]
test
. [...]
start
inclusive to end
exclusive
to the given fillValue
. [...]
test
. [...]
other
. [...]
f
to each element of this collection in iteration
order.
start
inclusive to end
exclusive. [...]
element
in this list. [...]
test
. [...]
index
in this list. [...]
iterable
at position index
in this list. [...]
element
in this list. [...]
test
. [...]
test
. [...]
f
on each element of this Iterable
in iteration order. [...]
value
from this list. [...]
index
from this list. [...]
start
inclusive to end
exclusive. [...]
test
. [...]
start
inclusive to end
exclusive
and inserts the contents of replacement
in its place. [...]
test
. [...]
this
with the objects of iterable
, starting
at position index
in this list. [...]
iterable
, skipping skipCount
objects first,
into the range start
, inclusive, to end
, exclusive, of the list. [...]
test
. [...]
count
elements. [...]
Iterable
that skips leading elements while test
is satisfied. [...]
compare
function. [...]
start
and end
. [...]
count
first elements of this iterable. [...]
test
. [...]
test
. [...]
T
. [...]
other
. [...]
index
in the list
or throws a RangeError if index
is out of bounds.
index
in the list to value
or throws a RangeError if index
is out of bounds.