Skip to content

Instantly share code, notes, and snippets.

@PhilETaylor
Created May 8, 2014 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save PhilETaylor/f88b1bb8be96a3b2d171 to your computer and use it in GitHub Desktop.
Save PhilETaylor/f88b1bb8be96a3b2d171 to your computer and use it in GitHub Desktop.
<script>
jQuery(document).ready(function(){
jQuery('#submitBtn').click(function(e){
jQuery(this).remove();
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment