Skip to content

Instantly share code, notes, and snippets.

@nicinabox
Created November 10, 2012 16:15
Show Gist options
  • Save nicinabox/4051522 to your computer and use it in GitHub Desktop.
Save nicinabox/4051522 to your computer and use it in GitHub Desktop.
$('#slides').superslides().hover(function() {
$(this).superslides('stop');
}, function() {
$(this).superslides('start');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment