jquery.scrolltop
A simple jquery plugin to enable scroll to top.
Installing with NPM
$ npm install jquery.scrolltop --save
Installing with Bower
$ bower install jquery.scrolltop --save
Demo
https://cobish.github.io/jquery.scrolltop/
How to use
First include the jquery.scrolltop.css
file, you can also create your own style file.
<///>
Simply include the jquery.scrolltop.min.js
file and place the following in the head of your document (make sure jQuery is included).
<script src="../dist/lib/jquery-1.11.1.min.js"></script><script src="../dist/jquery.scrolltop.min.js"></script>
Minimum setup
;
Example with default options
;
License
This plugin is available under the MIT license.