Skip to content

Instantly share code, notes, and snippets.

@fditrapani
Created October 20, 2014 14:09
Show Gist options
  • Save fditrapani/da659b5a825c4af4c568 to your computer and use it in GitHub Desktop.
Save fditrapani/da659b5a825c4af4c568 to your computer and use it in GitHub Desktop.
function show_thumb(imgId) {
$(".child1_link_img").hide();
$("."+imgId).show();
}
function hide_thumb() {
$(".child1_link_img").hide();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment