jQuery 1 segundo após a página carregar
jQuery(document).ready(function() {
setTimeout(function() {
....
}, 2000);
});
Defeated Dotterel
jQuery(document).ready(function() {
setTimeout(function() {
....
}, 2000);
});