Bs Scrollspy
Bootstrap Scrollspy Plugin (Advanced) The Scrollspy Plugin The Scrollspy plugin is used to automatically update links inwards a navigation listing based on scroll position. How To Create a Scrollspy The next instance shows how to practise a scrollspy: Example <!-- The scrollable surface area --> < body data-spy ="scroll" data-target =".navbar" data-offset ="50" > <!-- The navbar - The <a> elements are used to boundary to a department inwards the scrollable surface area --> < nav class ="navbar navbar-inverse navbar-fixed-top" > ... < ul class ="nav navbar-nav" > < li > < a href ="#section1" > Section 1 < /a > < /li > ... < /nav > <!-- Section i --> < div id ="section1" > < h1 > Section 1 < /h1 > < p > Try to scroll this page together with expect at the navigation bar spell ...