The menu is on the left.
$(document).ready(function () { $('#test').BootSideMenu({ side: "left" }); });
By default it remembers its last status and push the body while it slide. To disable these features use the options:
remember:false
pushBody:false
Watch this changes in the next example.