Use JQuery Ajax to load static html page to a div tag
In one of my projects, I need to add several static pages to it. Those pages are static html and will not need update.
To make this separate from the main project which has a good MVC structure, I use JQuery’s Ajax function to load those static pages.
Comments(0)