Home
last modified time | relevance | path

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

/template/starterbootstrap/js/
Dsorttable.js21 sorttable = { variable
32 sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/;
36 sorttable.makeSortable(table);
84 if (mtch && typeof sorttable["sort_"+override] == 'function') {
85 headrow[i].sorttable_sortfunction = sorttable["sort_"+override];
87 headrow[i].sorttable_sortfunction = sorttable.guessType(table,i);
92 dean_addEvent(headrow[i],"click", sorttable.innerSortFunction = function(e) {
97 sorttable.reverse(this.sorttable_tbody);
110 sorttable.reverse(this.sorttable_tbody);
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
[all …]
Dscript.js29 sorttable.makeSortable(jQNew(this).get(0));
/template/starterbootstrap/
DREADME.markdown24 * [Sorttable](http://www.kryogenix.org/code/browser/sorttable/) built in.