Mercurial > repos > vimalkumarvelayudhan > riboplot
view data/js/custom.js @ 8:844eb8c36f32
Add help section in xml and update usage documentation
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Mon, 17 Aug 2015 10:27:58 +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(); }); } );