如何插入<thead>
和<\thead>
使用 jQuery?
<table class="Grid">
<!-- insert <thead> -->
<tr class="GridHeader">
<th>BU</th><th>Function</th>
</tr>
<tr class="GridHeader">
<th> </th><th> </th>
</tr>
<!-- insert </thead> -->