jQuery 1 sekunda po ładowaniu strony
jQuery(document).ready(function() {
setTimeout(function() {
....
}, 2000);
});
Defeated Dotterel
jQuery(document).ready(function() {
setTimeout(function() {
....
}, 2000);
});