PHP ajax call not showing ie7 or 8

前端 未结 2 1562
野性不改
野性不改 2020-12-20 09:40

I have the following call which simply does not work in ie7 or 8 - but perfectly in everything else!



        
相关标签:
2条回答
  • 2020-12-20 10:33

    Make sure that the HTML you are retrieving is valid.

    .load is known to work bad with IE. Try using $.get or $.ajax instead.

    0 讨论(0)
  • 2020-12-20 10:47

    Found the issue... I find it unreal that a stray piece of html was causing the issue, loving ie!

    0 讨论(0)
提交回复
热议问题