Table sort plugin for jQuery.
<script src="//code.jquery.com/jquery-1.10.2.min.js"></script> <script src="/js/jquery.table_sort.min.js"></script> <script> <!-- $(function(){ // Sortable $(".sort").tableSort(); // Movable $(".sort").tableMove(); }); //--> </script>
See the README in the GitHub for how to use.