Thanks! (latest nightly fix for IE)
Thanks! (latest nightly fix for IE)
timtucker
Posts: 48Questions: 0Answers: 0
[quote]Fix: IE6/7 return an empty string for getAttribute('id') when there is no ID attribute, rather than null. As such tables were not automatically being given an ID when they didn't have one, which created a situation where the settings object for a table could be 'lost' in IE6/7. Now check for empty string when checking the table ID.[/quote]
Just wanted to say thanks -- the latest fix in the nightly build addresses some of the issues that I was having with IE. Specifically, I'd found that some tables that was accessing via class name (with no ID) were being reinitialized every time I called .dataTable() on them. The changes seemed to do the trick to prevent that.
Just wanted to say thanks -- the latest fix in the nightly build addresses some of the issues that I was having with IE. Specifically, I'd found that some tables that was accessing via class name (with no ID) were being reinitialized every time I called .dataTable() on them. The changes seemed to do the trick to prevent that.
This discussion has been closed.
Replies
Allan