IE11缺少DOM元素

时间:2015-09-03 15:33:04

标签: javascript php jquery html internet-explorer-11

我为OpenCart平台编写了一个简单的扩展。该扩展程序生成一个包含可以进行排序和搜索的产品选项的表。 选项将插入数据库中,表格将在后端生成 - 使用PHP。

它看起来像这样。 enter image description here

我已经使用 Chrome,FF,IE10和Edge 测试了扩展程序,它运行正常。 问题在于:当使用 IE11 时,表格的行为空。当我检查DOM时,我发现“TR”标签之间没有内容。生成了行,但表数据已消失。

鉴于内容是在后端生成的为什么它会在IE11中消失?

实时网址:http://www.stroyland.ru/index.php?route=product/product&path=57&product_id=198

DOM与Chrome enter image description here 使用IE11的enter image description here

的DOM

1 个答案:

答案 0 :(得分:1)

问题是由tablesorter插件的寻呼机插件引起的 github上已经存在一个针对此错误的未解决问题:

https://github.com/christianbach/tablesorter/issues/54