- Overview
- Documents
Scroll button is a Query plugin that adds "Go Back" button to a page.
- use Font Awesome
- return to top
- return to bottom
- return to custom position
Source: github.com
Aug 22, 2014 in Scroll 3764 views
Scroll button is a Query plugin that adds "Go Back" button to a page.
Source: github.com
1. INCLUDE CSS AND JS FILES
<link href="css/font-awesome.min.css" rel="stylesheet"> <script src="js/jquery-latest-version.js"></script> <script src="js/fallzu.jquery.scrollwhere.js"></script>
2. HTML
<div id="scroll-bar"></div>
3. JAVASCRIPT
$('#scroll-bar').scrollWhere();
4. OPTIONS
topBtn
Show return top button.
Default : true
Show return bottom button.
Default : true
Show record button.
Default : true
Buttons font color
Default : #FFF
Buttons background color
Default : #333
$('#scroll-bar').scrollWhere({ bottomBtn : false });
Tagged with:
scroll button
scrollwhere
jquery scroll button
scroll plugin
go back
font awesome
return to top
return to bottom
custom position
Related Articles