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 );
table
- table DOM element (or jQuery object) of table.key
- name of the variable to savevalue
- value of the variable that is saved (for saving only); set to null
if wanting to get a value with options.value
- value of the variable that is saved (for saving only); set as undefined
if wanting to get a value with options.options
- storage options; see belowstorage_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).value
parameter to null
.value
parameter as undefined
.parseJSON
function available in jQuery v1.4.1+.