Skip to content

Instantly share code, notes, and snippets.

@jdkealy
Created October 11, 2011 08:33
Show Gist options
  • Save jdkealy/1277577 to your computer and use it in GitHub Desktop.
Save jdkealy/1277577 to your computer and use it in GitHub Desktop.
var i = 0;
setTimeout( function() {
$(".rotatorSelector li").progressbar({ value: i });
i = i + 1;
}, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment