[jQuery] tablesort

[jQuery] tablesort


I cannot get table sorter plug in to work. I have things pointing
correctly. I have the id's correct. hOWEVER , it still doesn't sort.
its seems very easy to use but it will not work.
<script src="jquery2.js" type="text/javascript"></script>
<script src="jquery.tablesorter.js" type="text/javascript"></script>
<script type="text/javascript">
    $(document).ready(function() { $("#tablesorter-
demo").tablesorter(); } );
    </script>