Footer
The footer is the area of your site that appears at the bottom and throughout all of your pages. Learn more.
Additional information about this section
Store values associated with an object
- children
Gets an array of the elements that are contained within the element.
- global
Indicates if an element appears on all pages or only on the current page.
- id
Gets the element's ID.
- parent
Gets the element's parent element.
- rendered
Indicates if an element is currently in the DOM structure.
- style
Gets an object containing information about the footer's styles.
- type
Gets the element's type.
Perform actions on an object
- onClick( )
Adds an event handler that runs when the element is clicked.
- onDblClick( )
Adds an event handler that runs when the element is double-clicked.
- 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.