tablesorter
by John Doe
HTML
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.25.4/js/jquery.tablesorter.combined.js"></script>
JavaScript
$(function(){
$("#table-price").tablesorter();
});
by John Doe
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.tablesorter/2.25.4/js/jquery.tablesorter.combined.js"></script>
$(function(){
$("#table-price").tablesorter();
});