Skip to content

jimmyko/CProgress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

jQuery Circular Progress Bar Plugin (CProgress)

A jQuery plugin that makes circular progress bar in selected element.

Please note that there is some changes on parameters.

Parameters changed:
  • img1 is changed to bg.
  • img2 is changed to fg.
Parameters newly added:
  • suffix with default value '%'.

Features

Options

  • Set animation speed
  • Set loading step
  • Set a limit
  • Infinite loop
  • Skinnable
  • Show percentage
  • Execute functions on Init, Every Step, Complete

Methods

  • start();
  • stop();
  • reset();
  • options({});

TODO(+bugs)

  • sometimes images are not loading
  • add overlay div on created element and under progress bar

License

This plugin is licensed under the MIT License (LICENSE.txt).

Copyright (c) 2011 Artur Tomaszewski

About

Circural Progress Bar (jQuery)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%