Gerhard 1 Posted December 29, 2015 Report Share Posted December 29, 2015 Hi, just walking through the tutorial of bootstrap. The NavBar is really cool, but how does it navigation. I don't have any idea how I can switch from one page (or content) to another whild clicking on the links in the nav bar. I the sample absolutely nothing happens here. Thanks for helping a newbee. With best regards Gerhard Quote Link to post Share on other sites
dsonesuk 921 Posted December 29, 2015 Report Share Posted December 29, 2015 The transition from one page to another is governed by the anchor links in menu, unless its a tab navigation, then it hide and shows sections of content on single page depending on again! what links are clicked using js, if js is disabled then the whole of sections will be shown and the links will work as bookmark links, which take you directly to the section related to tab link selected. The example links use '#' which will link to same page and go nowhere the url will just have '#' at the end. Quote Link to post Share on other sites
dauruk0512 10 Posted December 30, 2015 Report Share Posted December 30, 2015 can you make simple demo in codepen or fiddle to understand what you need to know about this Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.