This plugin allows for a smooth auto scroll to each different section of a single page webpage after clicking on it's corresponding navigation link.
- Each navigation link's href must point to the ID of each corresponding content div or element.
- jQuery script files must be inserted before plugin script files either in head if using document.ready() function or end of the body section.
- Include the following file using a script tag: jquery.smooth-scroller.js
- Call the plugin using: $(document).smoothScroll();