web/data/jquery.tablesorter.js
changeset 8003 7e240c04c69f
parent 8000 9a73d5e762b0
child 8043 c699f6edd067
equal deleted inserted replaced
8002:822a8150f78d 8003:7e240c04c69f
   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) { cw.log(settings);
   687             this.construct = function (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,