Skip to content

Accorpa/extendedprogressbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

/*
* jQuery Extended Progress Bar v11.07
* 
* Copyright 2011, Accorpa, LLC
* Licensed under GPL Version 3 License
* http://www.gnu.org/licenses/gpl-3.0.txt
*
* download: https://github.com/Accorpa/extendedprogressbar
*/

This plugin is a javascript Progress Bar with the following features:

    1) Overflow: enables the current value of the progress bar to exceed its defined maximum value
    2) Dynamically change any property
    3) Toggle between normal mode and infinite mode
    4) Control of labels position, font size, and color
    5) Events binding ability
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Dependencies:
=-=-=-=-=-=-=
    * jQuery 1.5.2 - http://jquery.com/
    * vTip v2 - http://www.vertigo-project.com/projects/vtip


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Basic Usage:
=-=-=-=-=-=-
    1) Initiate: $('#div_id').extendedprogressbar();
    2) Update Value: $('#div_id').extendedprogressbar('updateValue', 20);
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Full Documentation and Live Demo:
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    For full documentation and live demonstration, please visit http://development.accorpa.com/extendedprogressbar

Releases

No releases published

Packages

No packages published