Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 440 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 440 Bytes

bootslide

An iphone style navigation menu.

See an example here

To reset a menu:

menu.reset()

A target can be

  1. An array of sub menu items

  2. A string for an href

  3. 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
}