jQueryを挿入<thead>
して使用するにはどうすればよいですか?<\thead>
<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> -->