diff --git a/docs/css/jq.css b/docs/css/jq.css index c7b47f7b..858cb2c1 100644 --- a/docs/css/jq.css +++ b/docs/css/jq.css @@ -19,7 +19,7 @@ table.tablesorter table.info tbody th {background:#eee;} table.options {width:100%;} table.options pre {width:95%;} table.options .property, .setWidth {width:115px;} -table.options .type {width:80px; } +table.options .type {width:100px; } table.options .defaults {width:160px;} table.options .examples {width:60px;} table.compatibility { width: 50%; float: right; font-size: .8em; margin-left: 20px; } diff --git a/docs/index.html b/docs/index.html index 54970285..df39baec 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1375,7 +1375,7 @@ $(function(){
$(function(){ $("#mytable").tablesorter({ // if table id = "mytable", this namespace is saved as ".mytable" - namespace : $('#mytable')[0]; + namespace : $('#mytable')[0].id; }); });
$.tablesorter.storage
code (v2.12).
widgetOptions.columns
; but is still available for backwards compatibility.