.html() Not Working in IE 8!
Hi All,
I'm having problems with some jQuery code on this page:
http://outlookimages.co.uk/new/options.php?product=UGhvdG8gQ2FudmFz
Several .get() calls fire on this page when a user selects a size. When the calls complete they use $(table_id).html(html_produced_from_call) to fill the table rows. This works fine in FireFox 3.6 and Safari 5 however only the first of the 4 cells in each row shows in IE 8.
Can anyone tell me why this is happening?
Thanks!