This is the main content, from the index file
I want to make my code separate so I decided to divide each div
to html files. Each HTML file has some jQuery click events. I have 2 files index.html
In your HTML:
This is the main content, from the index file
In a separate file "_HeaderPartial.html":
This is the Header from its _Partial file
In a separate file "_FooterPartial.html":
And this is from the footer partial file
The result:
This is the main content, from the index file
And this is from the footer partial file