queries crash IE 11 on W7, empty table headers?
-
troubleshooting an issue whereby loading the queries in IE cause it to crash (consistently upon loading).
The query does use jQuery to determine which day of the week it is, then displays the query by day. That said, we are trying to isolate the issue and noticed that IE is throwing an error when the queries load because of the empty table headers:
<table class=”query-table query-daily-specials-thursday” cellpadding=”0″ cellspacing=”0″ border=”0″>
<thead class=”query-table-head”>
<tr>
<th></th>
<th></th>
</tr></thead>
<tbody class=”query-table-body”>
<tr class=”query-row query-row-even query-row-0″>
<td class=”query-field query-field-featured_image”>….I’m looking for a way to see if this is the problem, but haven’t figured out how to remove or populate the headers.
Any help?
- The topic ‘queries crash IE 11 on W7, empty table headers?’ is closed to new replies.