Skip to content

Instantly share code, notes, and snippets.

@joecritch
Created April 19, 2011 19:14
Show Gist options
  • Save joecritch/929328 to your computer and use it in GitHub Desktop.
Save joecritch/929328 to your computer and use it in GitHub Desktop.
Example call
$('.carousel ul').each(function() {
var ul = $(this);
ul.simpleScroll({
auto_slide: 1,
hover_pause: 1
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment