jquery-navScroll icon indicating copy to clipboard operation
jquery-navScroll copied to clipboard

📜 A simple jQuery plugin for animated scrolling to a section of your page, with scrollspy and mobile dropdown support.

Results 1 jquery-navScroll issues
Sort by recently updated
recently updated
newest added

In order to free resources every plugin should expose some method to destroy/stop the plugin as explained in http://www.acuriousanimal.com/2013/02/25/things-i-learned-creating-a-jquery-plugin-part-ii.html ``` destroy: function() { ... }, ```