[jQuery] Re: sorting a table as a list?

2008-11-17 Thread magoldfish
m hdr1 hdr2 hdr3 x1 x2x3 y1 y2y3 to hdr1 x1 hdr2 x2 hdr3 x3 hdr1 y1 hdr2 y2 hdr3 y3 aquaone wrote: > > You can just write your own parser for > tablesorter<http://www.tablesorter.com/> > . > > stephen > > > On Mon

[jQuery] sorting a table as a list?

2008-11-17 Thread magoldfish
Hi, I'm learning jquery and I'm stumped on a table sorting problem. I have inherited a web page with an HTML table of contact info (e.g., a mailing list) that I need to be able to sort by state or name, but it's displayed like a two-column list (see below). Any suggestions on how I might do thi