Skip to content

Instantly share code, notes, and snippets.

@nicinabox
Created November 20, 2012 15:21
Show Gist options
  • Save nicinabox/4118554 to your computer and use it in GitHub Desktop.
Save nicinabox/4118554 to your computer and use it in GitHub Desktop.
$(document).on('slides.animated', '#slides', function(e, current, next, prev) {
if (current < prev) {
// first
}
if (current > next) {
// last
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment