[jQuery] sorting a table

2009-05-08 Thread williamstam
each "row"has a row beneath it with a "menu" part to edit / view the record etc. using css the menu is set to display:none. when a user clicks the record jquery does a .show() on the menu row is it posible to sort the columns preserving the record row and menu row (maybe grouping them with a clas

[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