How to

The menu is 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:2000 //wathever mills you want

Watch this changes in the next example.