web/data/jquery.tablesorter.js
changeset 8000 9a73d5e762b0
parent 7953 a37531c8a4a6
child 8003 7e240c04c69f
equal deleted inserted replaced
7999:ea012d90825d 8000:9a73d5e762b0
   682             };
   682             };
   683 
   683 
   684             function getCachedSortType(parsers, i) {
   684             function getCachedSortType(parsers, i) {
   685                 return parsers[i].type;
   685                 return parsers[i].type;
   686             }; /* public methods */
   686             }; /* public methods */
   687             this.construct = function (settings) {
   687             this.construct = function (settings) { cw.log(settings);
   688                 return this.each(function () {
   688                 return this.each(function () {
   689                     // if no thead or tbody quit.
   689                     // if no thead or tbody quit.
   690                     if (!this.tHead || !this.tBodies) return;
   690                     if (!this.tHead || !this.tBodies) return;
   691                     // declare
   691                     // declare
   692                     var $this, $document, $headers, cache, config, shiftDown = 0,
   692                     var $this, $document, $headers, cache, config, shiftDown = 0,