jackzhch / Whole-Building-Energy-Parametric-Analysis-Tool

1 stars 0 forks source link

Search library sidebar #7

Open shnrz opened 9 years ago

shnrz commented 9 years ago

The left sidebar is not collapsing. Check the bootstrap page and its associated docs min CSS file for clues.

shnrz commented 9 years ago

@chunx I found the answer to the sidebar we are trying to do! It is all neatly explained here: http://www.codingeverything.com/2014/02/BootstrapDocsSideBar.html . I think this might also interest @AyshwaryaR because she's doing something similar (if not the same).

shnrz commented 9 years ago

@chunx Susan, I found another way to solve our collapsible sidebar in case you're still looking. It's right there in the bootstrap page. You just need to combine Collapse.js with Affixed.js or Scrollspy.js. Check it out: http://getbootstrap.com/javascript/#collapse-examples