标签: javascript jquery internet-explorer-8
我有一个带有一些列的html表。 在页面的加载我隐藏了一些列,但表没有正确加载。 列隐藏但是表格大约是实际宽度的1/4。
PFB my jquery片段:
$(document).ready(function () { $('td:nth-child(n+15),th:nth-child(n+15)').hide(); $("#index_value").text(15); }