$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()
You mean like
$target.hide('slow')
?