From a user:
I’ve been using your sortTable.js for a while now and I’ve recently ran across a noticeable problem only in IE (Internet Explorer). My table includes a column of checkboxes and when I do a sort on the
table, all entries in the checkbox column are selected even if there were not before the sort occurred.
sil: I suspect this is down to the <input> handling code to pull out the value to sort by. Needs checking.