Searched refs:jTable (Results 1 – 1 of 1) sorted by relevance
22 function glossaryZebraJ (jTable) { argument26 jTable.find ("tr").each (function () {109 function glossaryGetRowsJ (jTable) { argument112 jTable.find ("tr").each (function () {120 function glossarySetRowsJ (jTable, rows) { argument123 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 …]