UNPKG

foundation-sites-5

Version:

**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**

15 lines (14 loc) 318 B
{{#markdown}} ```javascript $(document).foundation({ offcanvas : { // Sets method in which offcanvas opens. // [ move | overlap_single | overlap ] open_method: 'move', // Should the menu close when a menu link is clicked? // [ true | false ] close_on_click : false } }); ``` {{/markdown}}