On http://www.elitedeafpoker.com/dev/poker-players.html - I cant get the sortable table to work. I need some help to make it work.
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>
JAVASCRIPT -
$(document).ready(function() {
$("#myTable").tableData();
}
);
jQUERY plugin - http://www.elitedeafpoker.com/dev/js/jquery.tablesorter.min.js
All of the codes were referred by http://tablesorter.com/docs/ please let me know what I've missed.