SyntaxFix
Write A Post
Hire A Developer
Questions
JQuery load() function can use for including common header and footer. Code should be like
<script> $("#header").load("header.html"); $("#footer").load("footer.html"); </script>
You can find demo here