JQuery Tambahkan Acara demi Load Page
$(document).load(function () {
// code here
});
-- OR
$(window).on('load', function() {
// code here
});
Valentino_Rossi
$(document).load(function () {
// code here
});
-- OR
$(window).on('load', function() {
// code here
});