racket-pkg-website/static/site.js
Tony Garnock-Jones 5bcdaeabed Sortable tables
2014-11-08 20:06:38 -05:00

4 lines
73 B
JavaScript

$(document).ready(function () {
$("table.sortable").tablesorter();
});