クラスの名前に基づいてテーブル行を並べ替える必要があります。
以下は私のHTMLコードです。クラス名に基づいてテーブル行を並べ替える
<table>
<tr class="a4"><td>4</td></tr>
<tr class="a6"><td>6</td></tr>
<tr class="a1"><td>1</td></tr>
<tr class="a2"><td>2</td></tr>
<tr class="a5"><td>5</td></tr>
<tr class="a3"><td>3</td></tr>
</table>
だから今、クラス名のA1となど。第一、第二、同様にA2表示されるはずです。..
誰かが私あなたがthisプラグインを使用することができ
すばらしいアイデア..ありがとうalot :-) – Reddy
おかげです。 – zero8