Download
Demo
- Overview
- Documents
User Rating: 0/5 ( 0 votes)
Your Rating:
jQuery GoUp is a simple jQuery plugin that let users of your web pages go back directly to the top.
-
sex shop
sex shop
sex shop
sex shop
sex shop
seks shop
spanish fly
psikolog
sohbet numara
sohbet hatti
Source: ryuk87.github.io
1. INCLUDE JS FILES
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="https://rawgithub.com/Ryuk87/jquery-goup/master/jquery.goup.min.js"></script>
2. JAVASCRIPT
$(document).ready(function () {
$.goup({
trigger: 100,
bottomOffset: 150,
locationOffset: 100,
title: 'This is a Demo',
titleAsText: true
});
});
3. OPTIONS
| Name | Description | Type | Default |
|---|---|---|---|
| location | On which side the button will be shown ("left" or "right") | String | right |
| locationOffset | How many pixel the button is distant from the edge of the screen, based on the location setted | Integer | 20 |
| bottomOffset | How many pixel the button is distant from the bottom edge of the screen | Integer | 10 |
| containerRadius | Let you transform a square in a circle (yeah, it's magic!) | Integer | 10 |
| containerClass | The class name given to the button container | String | goup-container |
| arrowClass | The class name given to the arrow container | String | goup-arrow |
| containerColor | The color of the container (in hex format) | String | #000 |
| arrowColor | The color of the arrow (in hex format) | String | #fff |
| trigger | After hoiw many scrolled down pixels the button must be shown (bypoassed byalwaysVisible) | Integer | 500 |
| entryAnimation | The animation of the show and hide events of the button ("slide" or "fade") | String | fade |
| alwaysVisible | Set to true if u want the button to be always visible (bypass trigger) | Boolean | false |
| goupSpeed | The speed at which the user will be brought back to the top ("slow", "normal" or "fast") | String | slow |
| hideUnderWidth | The threshold of window width under which the button is permanently hidden | Integer | 500 |
| title | A text to show on the button mouse hover | String | '' |
| titleAsText | If true the hover title becomes a true text under the button | Boolean | false |
| title | The class name given to the title text | String | goup-text |
JS Tutorial
