I\'m using .show to display a hidden message after a successful form submit.
.show
How to display the message for 5 seconds then hide?
Just as simple as this:
$("#myElem").show("slow").delay(5000).hide("slow");