Skip to content

abdulbaquee/jquery-progressbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jquery progress indicator on page scroll

Jquery progress indicator on page scroll is a script that simulates the indicator as seen on jsfiddle.net.

  • Plugin: Jquery progress indicator on page scroll
  • Version: 1.1.0
  • Author: [Abdul Baquee]
  • Twitter: @abdulbaquee85

Demo

Demo: Jquery progress indicator on page scroll Demo

License

Dual licensed under the MIT and GPL licenses:

http://www.opensource.org/licenses/mit-license.php

http://www.gnu.org/licenses/gpl.html

Usage

This version of the Facebook SDK for PHP requires PHP 5.4 or greater.

Minimal example:

//Jquery progress indicator on page scroll default setting
$("#progress-bar").onscroll();
//Jquery progress indicator on page scroll addition setting
//Progressbar color, Progressbar thickness, Progressbar position
//Progressbar position: fixed, absolute, relative
$("#progress-bar").onscroll({backgroundColor: 'red', height: '5px', position: 'fixed'});
               

Updates

About

Jquery progress bar on mouse scroll down

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published