Makes any table sortable by clicking the header columns (alphabetically)
Requires that jquery.sortableTable.js and jquery.sortableTable.css are included.
<table><thead><tr><th></th></tr></thead><tbody><tr><td></td></tr></tbody></table>
$(.class|#id).sortableTable();
<table class="ui-sortable-table">