$(“。k-grid-header”)。html()在IE9和IE8浏览器中不支持

时间:2013-03-18 10:07:19

标签: javascript html5 kendo-ui kendo-grid

       $(".k-grid-header").html('<table style="table-layout:fixed;"><tr style="color:#ee9f05"><th></th><th></th><td colspan="2" style="text-align:center;border-right:2px solid #ee9f05;color:#ee9f05;font-weight:bold"><a style="text-align:center;color:#ee9f05;font-weight:bold" href="DetailsPage.html">Xbox</a></td><td colspan="2" style="text-align:center;border-right:2px solid #ee9f05;font-weight:bold"><u>Surface</u></td><td colspan="2" style="text-align:center;border-right:2px solid #ee9f05;font-weight:bold"><u>Keyboard</u></td><td colspan="2" style="text-align:center;font-weight:bold"><u>Mouse</u></td></tr><tr style="color:#ee9f05;text-align:center;"><td></td><td></td><td style="color:#ee9f05;text-align:center;font-weight:bold">Actual</td><td style="color:#ee9f05;text-align:center;font-weight:bold;border-right:2px solid #ee9f05;">Var</td><td style="color:#ee9f05;text-align:center;font-weight:bold">Actual</td><td style="color:#ee9f05;text-align:center;font-weight:bold;border-right:2px solid #ee9f05;">Var</td><td style="color:#ee9f05;text-align:center;font-weight:bold">Actual</td><td style="color:#ee9f05;text-align:center;font-weight:bold;border-right:2px solid #ee9f05;">Var</td><td style="color:#ee9f05;text-align:center;font-weight:bold">Actual</td><td style="color:#ee9f05;text-align:center;font-weight:bold;">Var</td></tr></table>');

这是我的剑道网格标题模板,这个模板在IE 10浏览器中工作正常但是来到其他浏览器,如IE 9 IE 8等等......它不支持那些浏览器我做错了什么?

In browsers IE9 and IE8 In browser IE10 in Windows 8 System

0 个答案:

没有答案
相关问题