Skip to content

Instantly share code, notes, and snippets.

@stonean
Created February 17, 2012 23:05
Showoff Autorotate
$(document).ready(function(){
setInterval("nextStep()", 20000);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment