bootstrap-sidebar
bootstrap-sidebar copied to clipboard
Button in sidebar
I'm trying to modify the code of Bootstrap Sidebar:
http://jsfiddle.net/samtux/8djegrp6/35/
To display a fixed button that show and hide the menu sidebar. The start button with the plus sign when it is hidden and less when it is shown.
What I can suggest to achieve the fixed display button on the panel?
Thank you.
You can listen to the show.bs.sidebar and hide.bs.sidebar events. When they are triggered change the html contents of the button.
Hi Samuel,
let me know if you still need help with this ok
On Fri, Sep 5, 2014 at 4:16 PM, Wade Urry [email protected] wrote:
You can listen to the show.bs.sidebar and hide.bs.sidebar events. When they are triggered change the html contents of the button.
— Reply to this email directly or view it on GitHub https://github.com/asyraf9/bootstrap-sidebar/issues/2#issuecomment-54597022 .
Asyraf Abdul Rahman