Created by: Gutek
making nav-list to work similar to tabs. so we could add data-toggable attribute of value nav-list
and javascript code will do the rest.
this check-in contains:
- JavaScript code based on Tabs code (almost the same)
- JavaScript Unit Tests for Nav-List
- nav.less update to include new class nav-list-content (it is added as a separate class but could be merged with tab-content
- example on javascript.html - simple one, without doc, just to show how it works.
in one of the project I needed that functionality and I thought it could be useful to have it by default on bootstrap, or maybe someone else will needed too.