jQuery load() throws “permission denied” error in IE

后端 未结 5 573
灰色年华
灰色年华 2021-01-24 01:48

I\'m loading a page through AJAX with jQuery\'s load() function. It doesn\'t work in IE8, giving the \"permission denied\" error. Using the IE debugger, it seems th

5条回答
  •  臣服心动
    2021-01-24 02:33

    I did more test on this. And seems the error was caused by invalid HTML structures on the page. As it is a very complicated page, there are mismatched open

    or on the page, as when I shorten the page to bare minimum, it works on IE as well. But I don't understand why it was not working when you get to the page first time, and if you refresh the page, it will work after that.

    提交回复
    热议问题