jquery ui dialog repeat tr / jquery ui dialog tr 反复

jquery ui dialog repeat tr / jquery ui dialog tr 重复jquery ui dialog repeat tr / jquery ui dialog

jquery ui dialog repeat tr / jquery ui dialog tr 重复

jquery ui dialog repeat tr / jquery ui dialog tr 重复 的问题

?

这是jquery的BUG, 必须手动删除空白的TR

方法如下

在dialog('open');后面添加下面的方法

?

?$("#dialog的div的ID名称 tr:not(:has(td)):not(:has(th))").remove();