How to

The menu is on the left and will trigger an action on Toggler click.

$(document).ready(function () {
    $('#test-left').BootSideMenu({
        side: "left",
        onTogglerClick: function () {
            alert("You clicked the arrow!");
        }
    });
});

In the next example I use a selectbox under the user section.