javascript delay in script code example
Example: jquery delay to call function
$(this).delay(1000).queue(function() {
// your Code | Function here
$(this).dequeue();
});
$(this).delay(1000).queue(function() {
// your Code | Function here
$(this).dequeue();
});