jQuery 1 segundo después de la carga de la página
jQuery(document).ready(function() {
setTimeout(function() {
....
}, 2000);
});
Defeated Dotterel
jQuery(document).ready(function() {
setTimeout(function() {
....
}, 2000);
});