Hi,
Looking for a fade out after success message from page. I am using this code to place a Success message , now I want this message to fade after “submit Success” .
Can any please help me out.
This is the code in the php
function formSuccess(){
$("#contactForm")[0].reset();
submitMSG(true, “Message Submitted!”)
}
I need this message- “Message Submitted!” to fade after showing on the page.
Thanks