$target.remove() can remove the element,but now I want the process to be down with some feel animation,how to do it?
$target.remove()
$target.hide('slow');
or
$target.hide('slow', function(){ $target.remove(); });
to run the animation, then remove it from DOM
1.4m articles
1.4m replys
5 comments
57.0k users