jQuery 1 seconde après la page

jQuery(document).ready(function() {
    setTimeout(function() {
         ....
    }, 2000);
});
Defeated Dotterel