Hi,

I have a page where I've implemented the jquery function. Please
check
out here:


http://www.grad.uiuc.edu/eep/srop/faculty/faculty_search_results.cfm?...


My question, is how to make the 'Full Name' column sort by the Full
Name value instead of the value of the URL hyperlink which is what I
believe it's doing now. Here's the code I use to call the function:


        <script type="text/javascript">
        $(function() {
                $("#myTable").tablesorter({sortList:[[0,0],[1,0],
[2,0]], widgets:
['zebra']});
        });
        </script>


Thanks,
Phil Tackett

Reply via email to