Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SevenZark/609991 to your computer and use it in GitHub Desktop.
Save SevenZark/609991 to your computer and use it in GitHub Desktop.

Revisions

  1. SevenZark created this gist Oct 4, 2010.
    4 changes: 4 additions & 0 deletions InvisibleGateway-Re-usableJavaScript-Solution3JS.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    $(".revealTrigger").click(function () {
    $($(this).closest(".revealGroup")).find(".revealTarget").show();
    return false;
    });