Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 666 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 666 Bytes

mobileMenu

jQuery Plugin for Make a HTML-Select Menu from an UL-Menu

How to use

Simple use it this way:

$('.menu').mobileMenu();

Options

Option Description Default
className: The Classname the new generated Select gets. mobileMenu
selectId: The Id the new generated Select gets. mobileMenu
depthSign The sign for the current depth of the menuitem. -
target Where should the Select get rendered $(this).parent()
minDepth where to start the Menu 0
maxDepth where to stop the Menu 10000

License

Released under the MIT License. See the bundled LICENSE file for details.