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')
|
||
transition |
|
true |