Loading scripts after page load --OR-- Run JavaScript Only After Entire Page Has Loaded ? satish mallick July 01, 2019 document.addEventListener("DOMContentLoaded", function(event) { //code here }); Read More