MenuContainer
A MenuContainer holds the elements in a mobile menu that are used for navigating between mobile site pages. Learn more.
Additional information about this section
Store values associated with an object
- menuItems
Sets or gets mobile menu items.
- customClassList
A property that represents an element's custom CSS classes.
- deleted
Indicates if an element was temporarily deleted from the DOM. Use the restore function to restore the deleted element.
- rendered
Indicates if an element is currently in the DOM structure.
- 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.
- type
Gets the element's type.
Perform actions on an object
- close( )
Closes a mobile menu.
- onItemClick( )
Adds an event handler that runs when a user clicks a mobile menu item.
- onItemDblClick( )
Adds an event handler that runs when a user double clicks a mobile menu item.
- onItemMouseIn( )
Adds an event handler that runs when a user hovers over a mobile menu item.
- onItemMouseOut( )
Adds an event handler that runs when a user stops hovering over a mobile menu item.
- open( )
Opens a mobile menu.
- delete( )
Deletes an element from the DOM. This is a temporary deletion. Use restore to restore the deleted element. SEO crawlers cannot find content in an element whose ...
- onMouseIn( )
Adds an event handler that runs when the pointer is moved onto the element. You can also define an event handler using the Properties and Events panel.
- onMouseOut( )
Adds an event handler that runs when the pointer is moved off of the element. You can also define an event handler using the Properties and Events panel.
- restore( )
Restores a deleted element to the DOM.
- scrollTo( )
Scrolls the page to the top of the element using an animation.
- 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.