🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

The jQuery Click-scroll plugin lets you create a site navigation that enables the user to scroll through different page sections with smooth scroll and scrollspy functionalities.

smooth-scroll scrollspy

Documentation

Click-scroll

Simple smooth scroll plus scrollspy using jquery

Documentation

JS Setting

var sectionArray = [1,2,3,4,5] 

it's assume that you are have 5 section. If you have only 4 you can change it with [1,2,3,4]. And if you have six section, you can change it with [1,2,3,4,5,6]

HTML setting

<section id="section_1">Section 1</section> <section id="section_2">Section 2</section> <section id="section_3">Section 3</section> <section id="section_4">Section 4</section> <section id="section_5">Section 5</section> 

Demo

http://isul.net/demo/click-scroll


You May Also Like