|
|
| Line 1: |
Line 1: |
| * highlightTable.js
| |
| *
| |
| * Description:
| |
| * Adds highlighting to tables
| |
| *
| |
| * History:
| |
| * - 1.0: Row highlighting - Quarenon
| |
| * - 1.1: Update from pengLocations.js v1.0 - Quarenon
| |
| * - 2.0: pengLocations v2.1, Granular cookie - Saftzie
| |
| * - 2.1: Made compatible with jquery.tablesorter - Cqm
| |
| * - 2.2: Switch to localStorage - Cqm
| |
| * - 3.0: Allow cell highlighting - mejrs
| |
| *
| |
| * @todo Allow the stored data to be coupled to the table in question. Currently the data is stored
| |
| * on the page itself, so if any tables are shuffled, the highlighting doesn't follow. For
| |
| * the same reason tables hosted on other pages are not synchronized.
| |
| */
| |
|
| |
| /** | | /** |
| * DATA STORAGE STRUCTURE | | * DATA STORAGE STRUCTURE |