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();
});