Is there a jquery function to sort a table. I am aware of the JQuery Tablesorter plugin but I want to avoid using it if possible.
As a FYI - The table that I have a header with custom images to indicate ascending and descending. The data type could be pretty much any type.
EDIT:Can I do sorting of a table in Javascript?