jQuery Delay to Call Fonction
$(this).delay(1000).queue(function() {
// your Code | Function here
$(this).dequeue();
});
Tiago F2
$(this).delay(1000).queue(function() {
// your Code | Function here
$(this).dequeue();
});