[jQuery] newbie: making a sortable table by some hidden value

[jQuery] newbie: making a sortable table by some hidden value


Hi,
I would like to sort a table a number of table rows by values inside
hidden form elements inside cells of the table. These form elements
can represent different 'datatypes' (I put datatypes in quotes because
the types my application defines aren't necessarily always the classic
types one might expect), the first case that I need to sort on is
basically datetime values.
Anyone can give some pseudo code to do this with jquery
Thanks