jQuery Menu - showSubmenuMode

Specifies properties of submenu showing and hiding.

Default Value: { name: 'onHover', delay: { show: 50, hide: 300 } }

By default, the secondary-level submenus of the Menu UI component are displayed on the same event as the first-level submenu. To set another event for displaying secondary-level submenus, use the showSubmenuMode property. Alternatively, you can change the event on which the first-level submenu is displayed. For this purpose, use the showFirstSubmenuMode property.

delay

Specifies the delay of submenu show and hiding.

Type:

Object

|

Number

Default Value: { show: 50, hide: 300 }

name

Specifies the mode name.

Default Value: 'onHover'