InnerHTML issue in IE8 and below

前端 未结 2 2055
执笔经年
执笔经年 2020-12-18 08:22

I am editing some code from a previous developer for a timetable filtering system. The way I would tackle this myself is using jQuery so I am having a few issues debugging t

2条回答
  •  别那么骄傲
    2020-12-18 09:04

    Have a look here: http://blog.rakeshpai.me/2007/02/ies-unknown-runtime-error-when-using.html

    Seems that IE will throw this error when you try to insert html that it doesn't like there. What's in xmlhttp.responsetext? Are you trying to add a tr or td directly beneath the div perhaps?

提交回复
热议问题