javascript - Dynamic Navigation - Loading page into a DIV, without messing up the target page includes (CSS, JS files) -
i've tried use:
$("#mydiv").load("myexternalfile.html");
and $get() method, both of them won't load target page properly, loads css fine, happening won't load js includes target file.
i don't want use iframes/frames, there other option create dynamic navigation, in way target file includes work fine?
Comments
Post a Comment