Mercurial > repos > vimalkumarvelayudhan > riboplot
comparison data/js/custom.js @ 0:ca58e9466cbf
First commit
| author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
|---|---|
| date | Mon, 29 Jun 2015 16:38:36 +0100 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:ca58e9466cbf |
|---|---|
| 1 $(document).ready(function() | |
| 2 { | |
| 3 $("#counts-table").tablesorter({sortList: [[2,1]]}); | |
| 4 //assign the sortStart event | |
| 5 $("#counts-table").bind("sortStart", function() { | |
| 6 $("#overlay").show(); | |
| 7 }).bind("sortEnd",function() { | |
| 8 $("#overlay").hide(); | |
| 9 }); | |
| 10 } | |
| 11 ); |
