Skip to content

Instantly share code, notes, and snippets.

@tarzak
Created November 15, 2013 08:53
Show Gist options
  • Save tarzak/7481242 to your computer and use it in GitHub Desktop.
Save tarzak/7481242 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
$("div").dblClick(function() {
$(this).fadeOut("fast");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment