Skip to content

Instantly share code, notes, and snippets.

@smsohan
Created January 23, 2012 04:03
Show Gist options
  • Save smsohan/1660456 to your computer and use it in GitHub Desktop.
Save smsohan/1660456 to your computer and use it in GitHub Desktop.
$('.div.product').click(showScreenshots)
showScreenshots = function(){
selectedProductId = $(this).id.split('_')[1]
//load the screenshots for the product with id = selectedProductId
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment