Mercurial > repos > vimalkumarvelayudhan > riboplot
view data/js/custom.js @ 13:8a87a2c44d09
Update matplolib changeset
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Fri, 21 Aug 2015 12:37:54 +0100 |
parents | ca58e9466cbf |
children |
line wrap: on
line source
$(document).ready(function() { $("#counts-table").tablesorter({sortList: [[2,1]]}); //assign the sortStart event $("#counts-table").bind("sortStart", function() { $("#overlay").show(); }).bind("sortEnd",function() { $("#overlay").hide(); }); } );