Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am dccarroll on github.
  • I am dcc (https://keybase.io/dcc) on keybase.
  • I have a public key whose fingerprint is 1146 B3BF 3134 8DAE D9C2 7D2E 6F71 80D4 18C8 090E

To claim this, I am signing this object:

@achilez
achilez / gist:9907106
Created April 1, 2014 03:22
jquery proper format
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
</script>
<script>
$(document).ready(function(){
$("p").click(function(){
$(this).hide();
});