jQuery .html() not displaying any data in ie7, but ie8 works

后端 未结 3 578
夕颜
夕颜 2021-01-19 01:52

So who doesn\'t have issues with ie7 ?

It seems that I cannot get ie7 to recognize some data.

I have created a wordpress theme for a client of mine, and this

3条回答
  •  春和景丽
    2021-01-19 02:42

    I had this bug when there was two or more elements with the same ID. It occured only in IE7.

    The fix was of course to make sure that each element had a unique ID.

提交回复
热议问题