jQuery 1 detik setelah memuat halaman
jQuery(document).ready(function() {
setTimeout(function() {
....
}, 2000);
});
Defeated Dotterel
jQuery(document).ready(function() {
setTimeout(function() {
....
}, 2000);
});