JQuery Delay 1 Sekunde
setTimeout(
function()
{
//do something special
}, 1000);
Dizzy Dove
setTimeout(
function()
{
//do something special
}, 1000);
setTimeout(
function()
{
//do something special
}, 5000);