Atraso no jQuery para chamar a função
$(this).delay(1000).queue(function() {
// your Code | Function here
$(this).dequeue();
});
Tiago F2
$(this).delay(1000).queue(function() {
// your Code | Function here
$(this).dequeue();
});