Skip to content

Instantly share code, notes, and snippets.

@sgruhier
Created April 14, 2010 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgruhier/365663 to your computer and use it in GitHub Desktop.
Save sgruhier/365663 to your computer and use it in GitHub Desktop.
// Click on labels
$('productbrowser').on("mousedown", ".label", function(event, element) {
var steps = {'pb-cat1': 0, 'pb-cat2': 6, 'pb-cat3': 13, 'pb-cat4': 24};
carousel.goTo(steps[element.id]);
event.stop();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment