1
I have a system of Alerts where the div where the Alerts are with diplay None , so when a new Alert appears in my js I do a togle to appear that Alert on the screen like this
$("#alerts").toggle( "slow" );
how do I make Alert stay only 2 seconds on the screen and then disappear
thanks helped a lot
– Thalles Honorato