JQuery.Load doesnt load external javascript or css in Chrome
I am using JQuery.Load to swap in and out a number of aspx pages. This works fine in FF and IE but when I try to use it in Chrome it loads the aspx page properly but it doesn't load the javascript or css file that the page links to, causing the loaded page to not function. I found a few very vague topics on this and it seems like webkit doesn't do this? This is a pretty big problem and I would have assumed that more people would have run into this but I can barely find anything about it. There must be a viable solution for this?