I've tried to use:
$("#mydiv").load("myexternalfile.html");
And also the $get() method, but both of them won't load my target page properly, it loads the CSS fine, but something is happening that i won't load the JS includes from the target file.
I don't want to use iframes/frames, is there any other option to create the dynamic navigation, in a way that the target file includes will work fine?