I have the following code here at
http://forum.castoff.net/menu.php
When i click the little x button it fades out correctly, but when i click the send button it just disappears without fade… even though it runs the same code..
HELP!!
Thanks in Advance
Lee
It’s because you are submitting the form.
Add
return false;to your submit trigger 🙂 underneath all the post code!