Skip to content

Instantly share code, notes, and snippets.

@seanmccann
Created June 8, 2010 19:57
Show Gist options
  • Save seanmccann/430566 to your computer and use it in GitHub Desktop.
Save seanmccann/430566 to your computer and use it in GitHub Desktop.
$('a').dblclick(function() {
$('body').fadeOut("500000");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment