what if i need to make such actions:

after sending e-mail write message "your message was sent", than wait
for sometime and close the form.

i tried setTimeout($('#somediv').fadeOut, 5000) , but it did not work

Reply via email to