(^438) ❘ CHAPTER 19 TABLESORTER
Finally, this example is enabled for table sorting using the following JavaScript.
$(document).ready(
function()
{
$('table').tablesorter();
}
);
The preceding example creates the screen shot that you see in Figure 19-1.
elliott
(Elliott)
#1