Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 879 Bytes

File metadata and controls

44 lines (31 loc) · 879 Bytes

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