I\'m using jQuery and trying to load the body from an external HTML file.
It works if I try to load some div:
div
$(\'body\').load(\'example.h
I guess what you need is to add an iframe. Pass the URL to its src property. Your whole html will get loaded in this iframe then. A clean and simple solution for your problem. All the best :-)