Skip to content

Instantly share code, notes, and snippets.

@e2kaneko
Created April 29, 2011 05:30
Show Gist options
  • Save e2kaneko/947893 to your computer and use it in GitHub Desktop.
Save e2kaneko/947893 to your computer and use it in GitHub Desktop.
jQueryで、アニメーションしてから要素を削除するコード
target.hide("slow", function(){
target.remove();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment