Guest User

Untitled

a guest
Jul 4th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.17 KB | None | 0 0
  1. function project_progress(){
  2.     $('.bar').each(function(i) {
  3.         $progress= $(this).attr('progress');
  4.         $(this).animate({'width':''+$progress+'%'},'slow');
  5.     });
  6. }
Add Comment
Please, Sign In to add comment