Skip to content

Instantly share code, notes, and snippets.

@bloopletech
Created May 29, 2013 07:48
Show Gist options
  • Save bloopletech/5668629 to your computer and use it in GitHub Desktop.
Save bloopletech/5668629 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$(function() {
$("#expand-copyrights").click(function(event) {
alert('ooo');
event.preventDefault();
alert('ooo');
$("#extended-copyrights").show();
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment