Re: [jQuery] Newby question - jquery tablesort demo 2 (forgot link to my site)

2009-12-07 Thread aquaone
You're invoking tablesorter twice. Just keep the second line. $(document).ready(function() { $("#tablesorter").tablesorter(); $("#tablesorter").tablesorter( {sortList: [[0,0], [1,0]]} ); }); a

[jQuery] Newby question - jquery tablesort demo 2 (forgot link to my site)

2009-12-07 Thread Don Moore
Hello all, I'm an experienced LAMP developer and I am having trouble getting the tablesort demo working. http://tablesorter.com/docs/ I hope this is the correct list to be asking this - if not please advise. I have been attempting to get this to work for a couple hours and the instructions appea

[jQuery] Newby question - jquery tablesort demo

2009-12-07 Thread Don Moore
Hello all, I'm an experienced LAMP developer and I am having trouble getting the tablesort demo working. http://tablesorter.com/docs/ I hope this is the correct list to be asking this - if not please advise. I have been attempting to get this to work for a couple hours and the instructions appea