By Mohamed Mbarki.
Bootscroll is a scroll to top Bootstrap Button Inspired By the Pinterest design. It's simple , powerful and easy to customise.
Bootscroll needs both jQuery and Bootstrap to work .
1-Add style.css and jquery.scroll.js to your source code
2-Include the Scroll to top Button :
<button class="btn btn-danger Bootscroll" href = "#top" type="button"><i class="icon-arrow-up icon-white"></i>Scroll To top</button>
3-Activate the plugin :
$(document).ready(function () {
$.scrollUp();
});
To Mark Goodyear for https://github.com/markgoodyear/scrollup
MIT license.
Copyright (C) 2013 Mohamed Mbarki.