Is there any way to fadeout a div after 5 Seconds without using a setTimeOut function?
How about the fadeOut() function. Would look something like this:
$("#myDiv").fadeOut(5000);