jQuery attendez n secondes
setTimeout(
function()
{
//do something special
}, 5000);
Easy Eland
setTimeout(
function()
{
//do something special
}, 5000);