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(){ String - Undefined + undefined This option should contain a unique namespace for each table; it is used when binding to event listeners (v2.15.7).
@@ -1389,7 +1389,7 @@ $(function(){
$(function(){
   $("#mytable").tablesorter({
     // if table id = "mytable", this namespace is saved as ".mytable"
-    namespace : $('#mytable')[0];
+    namespace : $('#mytable')[0].id;
   });
 });
@@ -1665,7 +1665,7 @@ $(function(){ String - Undefined + undefined This option was added to set a specific page when storing data using the $.tablesorter.storage code (v2.12).

@@ -1690,7 +1690,7 @@ $(function(){ Object with Array - { css:[ "primary", "secondary", "tertiary" ] } + { css: [ "primary", "secondary", "tertiary" ] } This option is being deprecated! It has been replaced by widgetOptions.columns; but is still available for backwards compatibility.