JQuery -Verzögerung zur Anruffunktion
$(this).delay(1000).queue(function() {
// your Code | Function here
$(this).dequeue();
});
Tiago F2
$(this).delay(1000).queue(function() {
// your Code | Function here
$(this).dequeue();
});