$(document).load(function () { // code here }); -- OR $(window).on('load', function() { // code here });