JQuery JavaScript Tutorial





  jQuery UI Progressbar - Animated
  
  
  
  
  
  
    .ui-progressbar-value { background-image: url(images/pbar-ani.gif); }
  
  
  $(function() {
    $("#progressbar").progressbar({
      value: 59
    });
  });
  







This progressbar has an animated fill by setting the
background-image
on the
.ui-progressbar-value
element, using css.