bootslide
v2.7.0
Published
Builds an iphone type menu
Downloads
11
Readme
bootslide
An iphone style navigation menu.
See an example here
To reset a menu:
menu.reset()
A target can be
An array of sub menu items
A string for an href
A callback that's fired when the menu item is clicked. e.g.
target: function (e, <args>) {
// this -> The link they clicked
// e -> The event
// args -> you set this
}