Create Jquery Bootstrap Sliding Left and Right Menu / Panel

In this quick tutorial I am going to create simple bootstrap and jquery based sliding left and right menu using jquery plugin called BootSideMenu. BootSideMenu is a jQuery plugin to easily build a sliding menu in a Bootstrap based application. Using this plugin you can easily create sliding left and right panel with toggle feature.
bootstrap-sliding-panel


Creating Jquery Bootstrap Sliding Left and Right Menu / Panel

First of all include bootstrap and jquery library on page after that add BootSideMenu css and js file.












HTML

Create the Html for the side menu.



JS

Finally call BootSideMenu() to make sliding panel actionable you can pass options to handle menu like left and right sliding.
Sliding left panel


Sliding right panel




You can pass more option to BootSideMenu() add extra feature to control sliding menu panel as per your need.


You can also control sliding menu events by following function


See online Demo and Download Source Code.

DEMO | DOWNLOAD

Follow official documentation for more information