Element
Provides basic functionality for elements. Learn more.
Guides
Additional information about this section
Functions
Perform actions on an object
- onMouseIn( )
Adds an event handler that runs when the mouse pointer is moved onto the element. Deprecation note: The $w parameter of event handlers is being deprecated. To ...
- onMouseOut( )
Adds an event handler that runs when the mouse pointer is moved off of the element. Deprecation note: The $w parameter of event handlers is being deprecated. ...
- onViewportEnter( )
Adds an event handler that runs when an element is displayed in the viewable part of the current window.
- onViewportLeave( )
Adds an event handler that runs when an element is no longer displayed in the viewable part of the current window.
- scrollTo( )
Scrolls the page to the top of the element using an animation.
Mixes in:
Related Content