LudoJS Progress Bars

Bookmark and Share

LudoJS Progress Bars

Listed below are some examples of progress bars in the LudoJS Javascript framework from my site ludojs.com.

LudoJS is a Javascript framework with a lot of widgets for Web Applications and can be downloaded from ludojs.com/download.html.

Demo

Usage:

Example code:

<div id="progress" style="width:100px;height:100px"></div>
<script type="text/javascript">
new ludo.progress.Donut({
   renderTo:'#progress',
   steps:100,
   progress:0,
   listeners:{
     'animate': function(percent){

   },
   'change': function(percent){

     }
   }
});
</script>

Comments

Post your comment

Don't have an avatar? Create one at Gravatar.com.

Confirmation code:

Go to cbolson.com


About/Contact | A good idea? | Submit a script | Privacy notice
© 2005 - 2024 dhtmlgoodies.com