changed selectorRemove default

This commit is contained in:
Mottie 2012-10-13 15:10:29 -05:00
parent b36a65eeed
commit a0e5229d32
9 changed files with 17 additions and 17 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
/*! /*!
* tablesorter pager plugin * tablesorter pager plugin
* updated 9/27/2012 * updated 10/13/2012
*/ */
/*jshint browser:true, jquery:true */ /*jshint browser:true, jquery:true */
;(function($) { ;(function($) {

File diff suppressed because one or more lines are too long

View File

@ -52,7 +52,7 @@
<li>This date format parser will only work with a four digit year. You can <a href="example-parsers.html">write your own</a> if you need a two digit year parser.</a> <li>This date format parser will only work with a four digit year. You can <a href="example-parsers.html">write your own</a> if you need a two digit year parser.</a>
<li>In versions 2.3+, columns can be disabled using any of the following methods (they all do the same thing), in order of priority: <li>In versions 2.3+, columns can be disabled using any of the following methods (they all do the same thing), in order of priority:
<ul> <ul>
<li>jQuery data <code>data-date-format="mmddyyyy"</code> (see the Javascript block below on how to set it directly; <code>data-dateFormat</code> is equivalent to <code>data-data-format</code>).</li> <li>jQuery data <code>data-date-format="mmddyyyy"</code> (see the Javascript block below on how to set it directly; <code>data-dateFormat</code> is equivalent to <code>data-date-format</code>).</li>
<li>metadata <code>class="{ dateFormat: "mmddyyyy" }"</code>. This requires the metadata plugin.</li> <li>metadata <code>class="{ dateFormat: "mmddyyyy" }"</code>. This requires the metadata plugin.</li>
<li>headers option <code>headers : { 0 : { dateFormat: "mmddyyyy" } }</code>.</li> <li>headers option <code>headers : { 0 : { dateFormat: "mmddyyyy" } }</code>.</li>
<li>header class name <code>class="dateFormat-mmddyyyy"</code>.</li> <li>header class name <code>class="dateFormat-mmddyyyy"</code>.</li>

View File

@ -1,5 +1,5 @@
/*! /*!
* TableSorter 2.4.1 - Client-side table sorting with ease! * TableSorter 2.4.2 - Client-side table sorting with ease!
* @requires jQuery v1.2.6+ * @requires jQuery v1.2.6+
* *
* Copyright (c) 2007 Christian Bach * Copyright (c) 2007 Christian Bach

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
/*! tableSorter 2.4+ widgets - updated 9/29/2012 /*! tableSorter 2.4+ widgets - updated 10/13/2012
* *
* Column Styles * Column Styles
* Column Filters * Column Filters

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "tablesorter", "name": "tablesorter",
"version": "2.4", "version": "2.4.2",
"title": "tablesorter", "title": "tablesorter",
"author": { "author": {
"name": "Christian Bach", "name": "Christian Bach",