Skip to content

Instantly share code, notes, and snippets.

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