A jQuery plugin to easily create a sliding menu, working on a Bootstrap based application.
The menu will appear on the right.
$(document).ready(function () {
    $('#test').BootSideMenu({
        side: "right",
        pushBody: false,
        remember: false
    });
});
                    By default the duration time of the slide is 500 ms. To change this feature use the option:
duration:1000 //wathever mills you want
Watch this changes in the next example.