Liking cljdoc? Tell your friends :D

web.Document.ev

Document Events.

Document Events.
raw docstring

animationcancelcljs

Event.

[Experimental]

The animationcancel event is fired when a CSS Animation unexpectedly In other words, any time it stops running without sending an event. This might happen when the animation-name is changed that the animation is removed, or when the animating node is using CSS. Therefore, either directly or because any of its containing are hidden.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/animationcancel_event

Event.

[Experimental]

The animationcancel event is fired when a CSS Animation unexpectedly
In other words, any time it stops running without sending an
event. This might happen when the `animation-name` is changed
that the animation is removed, or when the animating node is
using CSS. Therefore, either directly or because any of its containing
are hidden.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/animationcancel_event`
sourceraw docstring

animationendcljs

Event.

The animationend event is fired when a CSS Animation has completed not if it aborts before reaching completion, such as if the element invisible or the animation is removed from the element).

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/animationend_event

Event.

The animationend event is fired when a CSS Animation has completed
not if it aborts before reaching completion, such as if the element
invisible or the animation is removed from the element).

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/animationend_event`
sourceraw docstring

animationiterationcljs

Event.

The animationiteration event is fired when an iteration of a Animation ends, and another one begins. This event does not occur the same time as the animationend event, and therefore does not for animations with an animation-iteration-count of one.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/animationiteration_event

Event.

The animationiteration event is fired when an iteration of a
Animation ends, and another one begins. This event does not occur
the same time as the animationend event, and therefore does not
for animations with an animation-iteration-count of one.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/animationiteration_event`
sourceraw docstring

animationstartcljs

Event.

The animationstart event is fired when a CSS Animation has started. there is an animation-delay, this event will fire once the period has expired. A negative delay will cause the event to with an elapsedTime equal to the absolute value of the delay correspondingly, the animation will begin playing at that time into the sequence).

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/animationstart_event

Event.

The animationstart event is fired when a CSS Animation has started.
there is an `animation-delay`, this event will fire once the
period has expired. A negative delay will cause the event to
with an elapsedTime equal to the absolute value of the delay
correspondingly, the animation will begin playing at that time
into the sequence).

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/animationstart_event`
sourceraw docstring

copycljs

Event.

The copy event fires when the user initiates a copy action through browser's user interface.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/copy_event

Event.

The copy event fires when the user initiates a copy action through
browser's user interface.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/copy_event`
sourceraw docstring

cutcljs

Event.

The cut event is fired when the user has initiated a "cut" through the browser's user interface.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/cut_event

Event.

The cut event is fired when the user has initiated a \"cut\"
through the browser's user interface.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/cut_event`
sourceraw docstring

dom-content-loadedcljs

Event.

The DOMContentLoaded event fires when the initial HTML document been completely loaded and parsed, without waiting for stylesheets, and subframes to finish loading.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/DOMContentLoaded_event

Event.

The DOMContentLoaded event fires when the initial HTML document
been completely loaded and parsed, without waiting for stylesheets,
and subframes to finish loading.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/DOMContentLoaded_event`
sourceraw docstring

dragcljs

Event.

The drag event is fired every few hundred milliseconds as an or text selection is being dragged by the user.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/drag_event

Event.

The drag event is fired every few hundred milliseconds as an
or text selection is being dragged by the user.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/drag_event`
sourceraw docstring

dragendcljs

Event.

The dragend event is fired when a drag operation is being ended releasing a mouse button or hitting the escape key).

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/dragend_event

Event.

The dragend event is fired when a drag operation is being ended
releasing a mouse button or hitting the escape key).

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/dragend_event`
sourceraw docstring

dragentercljs

Event.

The dragenter event is fired when a dragged element or text selection a valid drop target.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/dragenter_event

Event.

The dragenter event is fired when a dragged element or text selection
a valid drop target.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/dragenter_event`
sourceraw docstring

dragexitcljs

Event.

The dragexit event is fired when an element is no longer the operation's immediate selection target.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/dragexit_event

Event.

The dragexit event is fired when an element is no longer the
operation's immediate selection target.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/dragexit_event`
sourceraw docstring

dragleavecljs

Event.

The dragleave event is fired when a dragged element or text selection a valid drop target.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/dragleave_event

Event.

The dragleave event is fired when a dragged element or text selection
a valid drop target.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/dragleave_event`
sourceraw docstring

dragovercljs

Event.

The dragover event is fired when an element or text selection being dragged over a valid drop target (every few hundred milliseconds).

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/dragover_event

Event.

The dragover event is fired when an element or text selection
being dragged over a valid drop target (every few hundred milliseconds).

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/dragover_event`
sourceraw docstring

dragstartcljs

Event.

The dragstart event is fired when the user starts dragging an or text selection.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/dragstart_event

Event.

The dragstart event is fired when the user starts dragging an
or text selection.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/dragstart_event`
sourceraw docstring

dropcljs

Event.

The drop event is fired when an element or text selection is on a valid drop target.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/drop_event

Event.

The drop event is fired when an element or text selection is
on a valid drop target.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/drop_event`
sourceraw docstring

fullscreenchangecljs

Event.

The fullscreenchange event is fired immediately after the browser into or out of full-screen mode.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/fullscreenchange_event

Event.

The fullscreenchange event is fired immediately after the browser
into or out of full-screen mode.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/fullscreenchange_event`
sourceraw docstring

fullscreenerrorcljs

Event.

Fired if an error occurs while attempting to switch into or out full-screen mode. Also available via the onfullscreenerror property.

Event.

Fired if an error occurs while attempting to switch into or out
full-screen mode.
Also available via the onfullscreenerror property.
sourceraw docstring

gotpointercapturecljs

Event.

The gotpointercapture event is fired when an element captures pointer using setPointerCapture().

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/gotpointercapture_event

Event.

The gotpointercapture event is fired when an element captures
pointer using `setPointerCapture()`.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/gotpointercapture_event`
sourceraw docstring

keydowncljs

Event.

Fired when a key is pressed. Also available via the onkeydown property.

Event.

Fired when a key is pressed.
Also available via the onkeydown property.
sourceraw docstring

keypresscljs

Event.

Fired when a key that produces a character value is pressed down. Also available via the onkeypress property.

Event.

Fired when a key that produces a character value is pressed down.
Also available via the onkeypress property.
sourceraw docstring

keyupcljs

Event.

Fired when a key is released. Also available via the onkeyup property.

Event.

Fired when a key is released.
Also available via the onkeyup property.
sourceraw docstring

lostpointercapturecljs

Event.

The lostpointercapture event is fired when a captured pointer released.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/lostpointercapture_event

Event.

The lostpointercapture event is fired when a captured pointer
released.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/lostpointercapture_event`
sourceraw docstring

pastecljs

Event.

The paste event is fired when the user has initiated a "paste" through the browser's user interface.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/paste_event

Event.

The paste event is fired when the user has initiated a \"paste\"
through the browser's user interface.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/paste_event`
sourceraw docstring

pointercancelcljs

Event.

The pointercancel event is fired when the browser determines there are unlikely to be any more pointer events, or if after pointerdown event is fired, the pointer is then used to manipulate viewport by panning, zooming, or scrolling.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/pointercancel_event

Event.

The pointercancel event is fired when the browser determines
there are unlikely to be any more pointer events, or if after
pointerdown event is fired, the pointer is then used to manipulate
viewport by panning, zooming, or scrolling.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/pointercancel_event`
sourceraw docstring

pointerdowncljs

Event.

The pointerdown event is fired when a pointer becomes active. mouse, it is fired when the device transitions from no buttons to at least one button depressed. For touch, it is fired when contact is made with the digitizer. For pen, it is fired when stylus makes physical contact with the digitizer.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/pointerdown_event

Event.

The pointerdown event is fired when a pointer becomes active.
mouse, it is fired when the device transitions from no buttons
to at least one button depressed. For touch, it is fired when
contact is made with the digitizer. For pen, it is fired when
stylus makes physical contact with the digitizer.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/pointerdown_event`
sourceraw docstring

pointerentercljs

Event.

The pointerenter event fires when a pointing device is moved the hit test boundaries of an element or one of its descendants, as a result of a pointerdown event from a device that does support hover (see pointerdown).

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/pointerenter_event

Event.

The pointerenter event fires when a pointing device is moved
the hit test boundaries of an element or one of its descendants,
as a result of a `pointerdown` event from a device that does
support hover (see `pointerdown`).

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/pointerenter_event`
sourceraw docstring

pointerleavecljs

Event.

The pointerleave event is fired when a pointing device is moved of the hit test boundaries of an element. For pen devices, this is fired when the stylus leaves the hover range detectable by digitizer.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/pointerleave_event

Event.

The pointerleave event is fired when a pointing device is moved
of the hit test boundaries of an element. For pen devices, this
is fired when the stylus leaves the hover range detectable by
digitizer.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/pointerleave_event`
sourceraw docstring

pointerlockchangecljs

Event.

The pointerlockchange event is fired when the pointer is locked/unlocked.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/pointerlockchange_event

Event.

The pointerlockchange event is fired when the pointer is locked/unlocked.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/pointerlockchange_event`
sourceraw docstring

pointerlockerrorcljs

Event.

The pointerlockerror event is fired when locking the pointer (for technical reasons or because the permission was denied).

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/pointerlockerror_event

Event.

The pointerlockerror event is fired when locking the pointer
(for technical reasons or because the permission was denied).

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/pointerlockerror_event`
sourceraw docstring

pointermovecljs

Event.

The pointermove event is fired when a pointer changes coordinates, the pointer has not been canceled by a browser touch-action.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/pointermove_event

Event.

The pointermove event is fired when a pointer changes coordinates,
the pointer has not been canceled by a browser touch-action.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/pointermove_event`
sourceraw docstring

pointeroutcljs

Event.

The pointerout event is fired for several reasons including: device is moved out of the hit test boundaries of an element; the pointerup event for a device that does not support hover pointerup); after firing the pointercancel event (see pointercancel); a pen stylus leaves the hover range detectable by the digitizer.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/pointerout_event

Event.

The pointerout event is fired for several reasons including:
device is moved out of the hit test boundaries of an element;
the `pointerup` event for a device that does not support hover
`pointerup`); after firing the `pointercancel` event (see `pointercancel`);
a pen stylus leaves the hover range detectable by the digitizer.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/pointerout_event`
sourceraw docstring

pointerovercljs

Event.

The pointerover event is fired when a pointing device is moved an element's hit test boundaries.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/pointerover_event

Event.

The pointerover event is fired when a pointing device is moved
an element's hit test boundaries.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/pointerover_event`
sourceraw docstring

pointerupcljs

Event.

The pointerup event is fired when a pointer is no longer active.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/pointerup_event

Event.

The pointerup event is fired when a pointer is no longer active.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/pointerup_event`
sourceraw docstring

readystatechangecljs

Event.

The readystatechange event is fired when the readyState attribute a document has changed.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/readystatechange_event

Event.

The readystatechange event is fired when the `readyState` attribute
a document has changed.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/readystatechange_event`
sourceraw docstring

scrollcljs

Event.

The scroll event fires when the document view or an element has scrolled.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/scroll_event

Event.

The scroll event fires when the document view or an element has
scrolled.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/scroll_event`
sourceraw docstring

selectionchangecljs

Event.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/selectionchange_event

Event.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/selectionchange_event`
sourceraw docstring

selectstartcljs

Event.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/selectstart_event

Event.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/selectstart_event`
sourceraw docstring

touchcancelcljs

Event.

The touchcancel event is fired when one or more touch points been disrupted in an implementation-specific manner (for example, many touch points are created).

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/touchcancel_event

Event.

The touchcancel event is fired when one or more touch points
been disrupted in an implementation-specific manner (for example,
many touch points are created).

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/touchcancel_event`
sourceraw docstring

touchendcljs

Event.

The touchend event fires when one or more touch points are removed the touch surface.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/touchend_event

Event.

The touchend event fires when one or more touch points are removed
the touch surface.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/touchend_event`
sourceraw docstring

touchmovecljs

Event.

The touchmove event is fired when one or more touch points are along the touch surface.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/touchmove_event

Event.

The touchmove event is fired when one or more touch points are
along the touch surface.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/touchmove_event`
sourceraw docstring

touchstartcljs

Event.

The touchstart event is fired when one or more touch points are on the touch surface.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/touchstart_event

Event.

The touchstart event is fired when one or more touch points are
on the touch surface.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/touchstart_event`
sourceraw docstring

transitioncancelcljs

Event.

[Experimental]

The transitioncancel event is fired when a CSS transition is

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/transitioncancel_event

Event.

[Experimental]

The transitioncancel event is fired when a CSS transition is

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/transitioncancel_event`
sourceraw docstring

transitionendcljs

Event.

The transitionend event is fired when a CSS transition has completed. the case where a transition is removed before completion, such if the transition-property is removed or display is set to then the event will not be generated.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/transitionend_event

Event.

The transitionend event is fired when a CSS transition has completed.
the case where a transition is removed before completion, such
if the `transition-property` is removed or `display` is set to
then the event will not be generated.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/transitionend_event`
sourceraw docstring

transitionruncljs

Event.

[Experimental]

The transitionrun event is fired when a CSS transition is first i.e. before any transition-delay has begun.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/transitionrun_event

Event.

[Experimental]

The transitionrun event is fired when a CSS transition is first
i.e. before any `transition-delay` has begun.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/transitionrun_event`
sourceraw docstring

transitionstartcljs

Event.

[Experimental]

The transitionstart event is fired when a CSS transition has started, i.e., after any transition-delay has ended.

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/transitionstart_event

Event.

[Experimental]

The transitionstart event is fired when a CSS transition has
started, i.e., after any `transition-delay` has ended.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/transitionstart_event`
sourceraw docstring

wheelcljs

Event.

The wheel event fires when the user rotates a wheel button on pointing device (typically a mouse).

See also: https://developer.mozilla.org/en-US/docs/Web/API/Document/wheel_event

Event.

The wheel event fires when the user rotates a wheel button on
pointing device (typically a mouse).

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Document/wheel_event`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close