tablesorter/js
Mottie ce82258edc Core: make updating methods public
* `$.tablesorter.addRows` - called by `addRows` method.
  * `$.tablesorter.appendCache` - renamed from `appendToTable`; appends cache
    to DOM, called by `appendCache` method.
  * `$.tablesorter.isEmptyObject` - clone of `$.isEmptyObject` (jQuery v1.4).
  * `$.tablesorter.sortOn` - called by `sortOn` method.
  * `$.tablesorter.sortReset` - called by `sortReset` method.
  * `$.tablesorter.updateAll` - called by `updateAll` method.
  * `$.tablesorter.updateCache` - called by `updateCache` method.
  * `$.tablesorter.updateCell` - called by `updateCell` method.
  * `$.tablesorter.update` - called by `update` and `updateRows` method.
2015-07-29 19:50:50 -05:00
..
extras Overall: update debug logging to use console 2015-07-24 18:23:00 -05:00
parsers Overall: set jsHint "undef" & "unused" options. Fixed issues 2015-07-28 15:57:01 -05:00
widgets Overall: set jsHint "undef" & "unused" options. Fixed issues 2015-07-28 15:57:01 -05:00
jquery.tablesorter.combined.js Core: make updating methods public 2015-07-29 19:50:50 -05:00
jquery.tablesorter.js Core: make updating methods public 2015-07-29 19:50:50 -05:00
jquery.tablesorter.widgets.js Core: make updating methods public 2015-07-29 19:50:50 -05:00