js
1$( '#attribute_function').after('<td class= attribute>1</td>'); 2$( '#attribute_sub_function').after('<td class= attribute_sub>2</td>');
php
1<table id="tbl1"> 2 <tr> 3 <td style="visibility:hidden;"id="attribute_function">機能</td> 4 </tr> 5 <tr> 6 <td style="visibility:hidden;"id="attribute_sub_function">機能</td> 7 </tr> 8</table>
現在、シナリオという文字の上に1,2という数字がありますが、これを
シナリオとカテゴリという2つのタブを跨いで、シナリオとカテゴリという文字の上に1,2という文字を置きたいです。
js側で を使って以下のようにしてみたのですが、うまくいきません。
$( '#attribute_function').after('<td class= attribute>1</td> ');
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。