$(document).ready(function() { // Footer Js let footerHtml = ``; $("#footer-head").html(footerHtml); $("[alt=footer-rocket-img]").click(function(e){ document.documentElement.scrollTop = 0; }) });