3 lines
45 B
JavaScript
3 lines
45 B
JavaScript
|
$(function() {
|
||
|
$('table').tablesorter();
|
||
|
});
|