Skip to content

Instantly share code, notes, and snippets.

@lando2319
Created June 27, 2013 20:15
Show Gist options
  • Save lando2319/5879985 to your computer and use it in GitHub Desktop.
Save lando2319/5879985 to your computer and use it in GitHub Desktop.
<p style="display:none">
Hello World
</p>
<button>
Click This
</button>
<script type="text/javascript">
$('button').click(function () {
$('p').show();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment