(bug 40044) make $.tablesorter treat alt attribute like text
authorMatmaRex <matma.rex@gmail.com>
Fri, 7 Sep 2012 19:04:25 +0000 (21:04 +0200)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 25 Jan 2013 19:07:26 +0000 (19:07 +0000)
commit39d1f3967be9d888c91d93c9df73a40359cef2f6
tree995e64e56dbf71504aafcd147f4b1b461d62b5fc
parentb759452d8f63a1c7246c84901e9d852482b7e3bb
(bug 40044) make $.tablesorter treat alt attribute like text

Now images in cells will not be ignored when sorting; instead, their alt
attribute will be used for the sort key.

Internal interface changes:
* renamed getElementText() to getElementSortKey() with changes

Change-Id: I3e9898f3424a995507095384e80c8b570da118f0
resources/jquery/jquery.tablesorter.js
tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js