Silly coding mistake... (FF vs IE)

Silly coding mistake... (FF vs IE)

librarymarklibrarymark Posts: 4Questions: 0Answers: 0
edited December 2010 in General
Hello -

I have a page that is using jquery tabs, and on on of the tabs is a datatable that is loaded by ajax/json. In Firefox it looks great, but in Internet Explorer, the table does not render - I get the table tag and the header titles, nothing else. It looks like this in the tab contents:

Replies

  • allanallan Posts: 63,512Questions: 1Answers: 10,472 Site admin
    Hi Library Mark,

    Interesting one! Probably not something that can be dealt with in DataTables or any other client-side code as it will come down to the DOM parsing that IE or any other rendering engine does and how it then makes that information available. In general DataTables assumes valid HTML code (since anything else would cause absolute chaos!), so this can probably be put into that category. I'd say it's just an odd parsing thing... Sorry I can't be more helpful, but good to know you've got it sorted!

    Allan
This discussion has been closed.