$target.remove() can remove the element,but now I want the process to be down with some feel animation,how to do it?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|||||
|
or
to run the animation, then remove it from DOM edit: not sure why I'm getting voted down for this... |
|||||||||||||||
|
or
Duplicate: http://stackoverflow.com/questions/553402/jquery-fadeout-remove |
|||
|
|
|
If you need to hide and then remove the element use the remove method inside the callback function of hide method. This should work
|
|||||
|
|
You need to use an animation before calling the remove method. |
|||
|
|
|
You mean like
? |
|||
|
|