Twitter Bootstrap Nav Class. Data-toggle Stop Menus Working
I have a problem with Twitter Bootstrap's class='nav.' When I include 'data-toggle='tab'', none of my menu items function. (BTW: If I remove data-toggle, the first option does no
Solution 1:
Here is a working example: http://jsbin.com/ujujub/1/edit
Three things:
- Remember to include
bootstrap-tab.js
- Write a script responsible for handling navigation from tab to tab
- The links should not point directly to the content of your sites, but rather to the the ID of divs that wrap the content of your sites.
Post a Comment for "Twitter Bootstrap Nav Class. Data-toggle Stop Menus Working"