Skip to content

Instantly share code, notes, and snippets.

@agragregra
Created February 18, 2015 11:33
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 agragregra/3410a64f897b04f4ae1a to your computer and use it in GitHub Desktop.
Save agragregra/3410a64f897b04f4ae1a to your computer and use it in GitHub Desktop.
$('.thumb').each(function (i) {
$(this).click(function () {
alert (i+1); //index starts with 0, so add 1 if you want 1 first
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment