usings remove() and slideUp() together
Hi All
I want to remove a row from a table but make the process look nice by adding the slideUp() function. Only problem is the slideUp() does not get a chance to run. Is this possible?
Here is the code I am using
$('#thisId').slideUp().remove();
Thanks in advance