I have tried for a while and i don't know if it's my search skills, if no one has asked the question before or if it's even possible.
Currently i am loading a file using .load('path/to/file.php');
but the file i am loading inherits all the styling from the site its loaded to.
Is it possible to load the file without adapting the styling from the site it's being loaded into?
There are no options in the .load()
api that mentions this problem, and i do imagine that in most cases it's not an issue. My options are to re-declare every style element for the included file, which is a major task and seems quite unnecessary for this situation.