New on DHTMLGoodies.com:
DHTML Chess is now available for WordPress at WordPressChess.com.
LudoJS Progress Bars
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>
No one has commented this - be first!
Post your comment
Comment preview: