dimanche 21 septembre 2014

Cant get multiple tables tablesorter to work?


Vote count:

0




Okay I am really struggling and cannot figure out why what I am doing is not working for both tables.


Script:



<script>
$(document).ready(function()
{
$("#StatTable1").tablesorter( {sortList: [[0,0], [0,0]]} );
$("#StatTable2").tablesorter();
}
);
</script>


The important HTML:



<table id="StatTable1" class="table table-striped table-bordered tablesorter">


and



<table id="StatTable2" class="table table-striped table-bordered tablesorter">


The first table StatTable1 does work and I see the arrows on it. but the second table is not working.


Anyone know how I can fix this?



asked 1 min ago







Cant get multiple tables tablesorter to work?

Aucun commentaire:

Enregistrer un commentaire