diff --git a/docs/index.html b/docs/index.html index 02df2edf..a7a2b2ae 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7475,7 +7475,7 @@ $.tablesorter.addHeaderResizeEvent( table, true ); This function attempts to give every table a unique identifier using both the page url and table id (or index on the page if no id exists), by default. Here is a usage example and a look at what is stored within the local storage: @@ -7522,7 +7522,7 @@ $.tablesorter.addHeaderResizeEvent( table, true );
The storage_fixedUrl widget option allows you to override the current page url (it doesn't need to be a url, just some constant value) and save data for multiple tables across a domain. The value from this option has a lower priority than the options id or group settings (see priority list above).

- When using the storage utility to get a value and use custom table options, set the value parameter to null.
+ When using the storage utility to get a value and use custom table options, set the value parameter as undefined.

Lastly, this storage utility function needs the parseJSON function available in jQuery v1.4.1+.