//side menu settings $('.button-collapse').sideNav({ menuWidth: 360, // Default is 300 //edge: 'right', // Choose the horizontal origin //closeOnClick: true, // Closes side-nav on clicks, useful for Angular/Meteor //draggable: true, // Choose whether you can drag to open on touch screens, //onOpen: function(el) { /* Do Stuff*/ }, // A function to be called when sideNav is opened //onClose: function(el) { /* Do Stuff*/ }, // A function to be called when sideNav is closed } );