$(function () { $("#header").load("./components/header.html"); }); $(function () { $("#footer").load("./components/footer.html"); }); $(function () { $("#legal").load("./components/legal-menu.html"); }); $(function () { $("#message").load("./components/message.html"); });