Update jquery.tablesorter for r97145: emulate <thead> if there is no <thead> in the...
authorRoan Kattouw <catrope@users.mediawiki.org>
Thu, 15 Sep 2011 13:15:06 +0000 (13:15 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Thu, 15 Sep 2011 13:15:06 +0000 (13:15 +0000)
commit33e19958bf3ff5ea6a6c288c9055a96af16397bb
treef48ece55b2174aebe520bae96cbdcff6f4dc4f8b
parent1831886215d12e9765eb9c595644258911feb61e
Update jquery.tablesorter for r97145: emulate <thead> if there is no <thead> in the HTML, by walking down the table starting at the first row and moving rows to the <thead> as long as all of its cells are <th>s (or the row is empty). Also fix and simplify the sortbottom code, which was incorrectly creating multiple <tfoot> elements if there were multiple sortbottom rows.
resources/jquery/jquery.tablesorter.js