http://www.elitedeafpoker.com/dev/poker-players.html - 並べ替え可能なテーブルが機能しません。私はそれを機能させるためにいくつかの助けが必要です.
HTML
<table id="myTable" class="tableData">
<thead>
<tr>
<th>Rank</th>
<th width="250">Name</th>
<th>Earnings</th>
<th>Points</th>
<th>Total Earnings</th>
</tr>
</thead>
<tbody></tbody>
</table>
ジャバスクリプト -
$(document).ready(function() {
$("#myTable").tableData();
}
);
jQUERY プラグイン - http://www.elitedeafpoker.com/dev/js/jquery.tablesorter.min.js
すべてのコードはhttp://tablesorter.com/docs/によって参照されました。見逃したことを教えてください。