jQuery Responsive NavCustomizable Options

as copied directly from the source site

elementdefault valuetypefunction
animatetrueBooleanUse CSS3 transitions
transition284IntegerSpeed of the transition in milliseconds
label"Menu"StringLabel for the navigation toggle
insert"before"StringInsert the toggle before or after the navigation
customToggle""SelectorSpecify the ID of a custom toggle
closeOnNavClickfalseBooleanClose the navigation when one of the links are clicked
openPos"relative"StringPosition of the opened nav, relative or static
navClass"nav-collapse"StringDefault CSS class. If changed, you need to edit the CSS too!
navActiveClass"js-nav-active"StringClass that is added to element when nav is active
jsClass"js"String'JS enabled' class which is added to element
initfunction(){}FunctionInit callback
openfunction(){}FunctionOpen callback
closefunction(){}FunctionClose callback