mirror of
https://github.com/DataTables/DataTables.git
synced 2024-12-02 14:24:11 +01:00
00a99a0037
* In IE8 if the DataTables width calculation functions were being triggered DataTables would clone the table node and then do a jQuery $().remove() on the cloned node. This was bad in IE8 as it meant that on the remove the events that were attached tot he original table were removed as well as the ones on the clone table. IE8 must retain some kind of link between the original and clone nodes. Using jQuery's clone() method resolves this. * See thread 21040 for more information
2 lines
41 B
Plaintext
2 lines
41 B
Plaintext
b7feaa2d3aa296b3b0224af59f2523049eac63bb
|