Created
April 29, 2011 05:30
-
-
Save e2kaneko/947893 to your computer and use it in GitHub Desktop.
jQueryで、アニメーションしてから要素を削除するコード
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
target.hide("slow", function(){ | |
target.remove(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment