HummingBirdAnimeClient/public/js/sort_tables.js

3 lines
45 B
JavaScript

$(function() {
$('table').tablesorter();
});