Skip to content

Instantly share code, notes, and snippets.

@rantastic
Created April 16, 2013 15:05
Show Gist options
  • Save rantastic/5396676 to your computer and use it in GitHub Desktop.
Save rantastic/5396676 to your computer and use it in GitHub Desktop.
JS: jquery fadeout and remove
$('element').fadeOut('slow',function(){$('this').remove();});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment