Sidebar.show

Displays a hidden sidebar.
{% markdown %} ```js BootstrapLayout.sidebar.show(sidebar, transition) ``` {% endmarkdown %}
Argument Type Required Default value
sidebar String|jQuery
The argument can be a String representing the sidebar id attribute, for example #my-sidebar or a jQuery element i.e. $('#my-sidebar')
check close
transition

Boolean
Display the sidebar using a simple CSS transition

close true