Home
last modified time | relevance | path

Searched refs:jTable (Results 1 – 1 of 1) sorted by relevance

/plugin/glossary/
Dscript.js22 function glossaryZebraJ (jTable) { argument
26 jTable.find ("tr").each (function () {
109 function glossaryGetRowsJ (jTable) { argument
112 jTable.find ("tr").each (function () {
120 function glossarySetRowsJ (jTable, rows) { argument
123 jTable.children ().not ("tr").each (function () {
126 jTable.children (".title").each (function () {
129 jTable.empty ();
131 jTable.append (titles [i]);
133 jTable.append (rows [i]);
[all …]