Skip to content

Instantly share code, notes, and snippets.

@jackfruh
Created July 10, 2016 22:58
Show Gist options
  • Save jackfruh/24aba95a3c0d452e9c3a1700c4d24d4d to your computer and use it in GitHub Desktop.
Save jackfruh/24aba95a3c0d452e9c3a1700c4d24d4d to your computer and use it in GitHub Desktop.
$(document).ready(function () {
//register a click handler
$('#Button1').click(ResetPanel);
$('#Button2').click(ResetPanel);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment