Skip to content

Instantly share code, notes, and snippets.

@deitrick
Created February 3, 2014 22:35
Show Gist options
  • Save deitrick/8793884 to your computer and use it in GitHub Desktop.
Save deitrick/8793884 to your computer and use it in GitHub Desktop.
$('#hide1').hide();
$("input:checkbox[value='The legal representative for the patient']").change(function(){
$('#hide1').toggle();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment