mirror of
https://github.com/Mottie/tablesorter.git
synced 2025-01-12 15:24:21 +00:00
version bump
This commit is contained in:
parent
016b737cc1
commit
ce7e0836c0
@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* tablesorter pager plugin
|
* tablesorter pager plugin
|
||||||
* updated 11/8/2013
|
* updated 11/9/2013
|
||||||
*/
|
*/
|
||||||
/*jshint browser:true, jquery:true, unused:false */
|
/*jshint browser:true, jquery:true, unused:false */
|
||||||
;(function($) {
|
;(function($) {
|
||||||
|
4
addons/pager/jquery.tablesorter.pager.min.js
vendored
4
addons/pager/jquery.tablesorter.pager.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "tablesorter",
|
"name": "tablesorter",
|
||||||
"version": "2.13.2",
|
"version": "2.13.3",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": ">=1.2.6"
|
"jquery": ">=1.2.6"
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/**!
|
/**!
|
||||||
* TableSorter 2.13.2 - Client-side table sorting with ease!
|
* TableSorter 2.13.3 - 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
|
||||||
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
var ts = this;
|
var ts = this;
|
||||||
|
|
||||||
ts.version = "2.13.2";
|
ts.version = "2.13.3";
|
||||||
|
|
||||||
ts.parsers = [];
|
ts.parsers = [];
|
||||||
ts.widgets = [];
|
ts.widgets = [];
|
||||||
|
4
js/jquery.tablesorter.min.js
vendored
4
js/jquery.tablesorter.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@
|
|||||||
/*! Filter widget formatter functions - updated 11/8/2013
|
/*! Filter widget formatter functions - updated 11/9/2013
|
||||||
* requires: tableSorter 2.7.7+ and jQuery 1.4.3+
|
* requires: tableSorter 2.7.7+ and jQuery 1.4.3+
|
||||||
*
|
*
|
||||||
* uiSpinner (jQuery UI spinner)
|
* uiSpinner (jQuery UI spinner)
|
||||||
@ -92,7 +92,7 @@ $.tablesorter.filterFormatter = {
|
|||||||
.val(o.value)
|
.val(o.value)
|
||||||
.appendTo($cell)
|
.appendTo($cell)
|
||||||
.spinner(o)
|
.spinner(o)
|
||||||
.bind('change keyup', function(e){
|
.bind('change keyup', function(){
|
||||||
updateSpinner();
|
updateSpinner();
|
||||||
});
|
});
|
||||||
|
|
||||||
@ -113,7 +113,7 @@ $.tablesorter.filterFormatter = {
|
|||||||
.val(o.value)
|
.val(o.value)
|
||||||
.appendTo($shcell)
|
.appendTo($shcell)
|
||||||
.spinner(o)
|
.spinner(o)
|
||||||
.bind('change keyup', function(e){
|
.bind('change keyup', function(){
|
||||||
$cell.find('.spinner').val( this.value );
|
$cell.find('.spinner').val( this.value );
|
||||||
updateSpinner();
|
updateSpinner();
|
||||||
});
|
});
|
||||||
@ -228,7 +228,7 @@ $.tablesorter.filterFormatter = {
|
|||||||
.val(o.value)
|
.val(o.value)
|
||||||
.appendTo($shcell)
|
.appendTo($shcell)
|
||||||
.slider(o)
|
.slider(o)
|
||||||
.bind('change keyup', function(e){
|
.bind('change keyup', function(){
|
||||||
$cell.find('.slider').val( this.value );
|
$cell.find('.slider').val( this.value );
|
||||||
updateSlider();
|
updateSlider();
|
||||||
});
|
});
|
||||||
@ -337,7 +337,7 @@ $.tablesorter.filterFormatter = {
|
|||||||
.val(o.value)
|
.val(o.value)
|
||||||
.appendTo($shcell)
|
.appendTo($shcell)
|
||||||
.slider(o)
|
.slider(o)
|
||||||
.bind('change keyup', function(e){
|
.bind('change keyup', function(){
|
||||||
$cell.find('.range').val( this.value );
|
$cell.find('.range').val( this.value );
|
||||||
updateUiRange();
|
updateUiRange();
|
||||||
});
|
});
|
||||||
@ -731,7 +731,7 @@ $.tablesorter.filterFormatter = {
|
|||||||
HTML5 range slider
|
HTML5 range slider
|
||||||
\**********************/
|
\**********************/
|
||||||
html5Range : function($cell, indx, def5Range) {
|
html5Range : function($cell, indx, def5Range) {
|
||||||
var t, o = $.extend({
|
var o = $.extend({
|
||||||
value : 0,
|
value : 0,
|
||||||
min : 0,
|
min : 0,
|
||||||
max : 100,
|
max : 100,
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@
|
|||||||
/*! tableSorter 2.8+ widgets - updated 11/8/2013
|
/*! tableSorter 2.8+ widgets - updated 11/9/2013
|
||||||
*
|
*
|
||||||
* Column Styles
|
* Column Styles
|
||||||
* Column Filters
|
* Column Filters
|
||||||
@ -526,7 +526,7 @@ ts.filter = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
init: function(table, c, wo) {
|
init: function(table, c, wo) {
|
||||||
var indx, options, string, $header, column, filters, time;
|
var options, string, $header, column, filters, time;
|
||||||
if (c.debug) {
|
if (c.debug) {
|
||||||
time = new Date();
|
time = new Date();
|
||||||
}
|
}
|
||||||
|
31
js/jquery.tablesorter.widgets.min.js
vendored
31
js/jquery.tablesorter.widgets.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@
|
|||||||
/* Pager widget (beta) for TableSorter 11/8/2013 */
|
/* Pager widget (beta) for TableSorter 11/9/2013 */
|
||||||
/*jshint browser:true, jquery:true, unused:false */
|
/*jshint browser:true, jquery:true, unused:false */
|
||||||
;(function($){
|
;(function($){
|
||||||
"use strict";
|
"use strict";
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tablesorter",
|
"name": "tablesorter",
|
||||||
"title": "tablesorter",
|
"title": "tablesorter",
|
||||||
"version": "2.13.2",
|
"version": "2.13.3",
|
||||||
"description": "tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.\n\nThis forked version adds lots of new enhancements including: alphanumeric sorting, pager callback functons, multiple widgets providing column styling, ui theme application, sticky headers, column filters and resizer, as well as extended documentation with a lot more demos.",
|
"description": "tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.\n\nThis forked version adds lots of new enhancements including: alphanumeric sorting, pager callback functons, multiple widgets providing column styling, ui theme application, sticky headers, column filters and resizer, as well as extended documentation with a lot more demos.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Christian Bach",
|
"name": "Christian Bach",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "tablesorter",
|
"name": "tablesorter",
|
||||||
"title": "tablesorter",
|
"title": "tablesorter",
|
||||||
"version": "2.13.2",
|
"version": "2.13.3",
|
||||||
"description": "tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.\n\nThis forked version adds lots of new enhancements including: alphanumeric sorting, pager callback functons, multiple widgets providing column styling, ui theme application, sticky headers, column filters and resizer, as well as extended documentation with a lot more demos.",
|
"description": "tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.\n\nThis forked version adds lots of new enhancements including: alphanumeric sorting, pager callback functons, multiple widgets providing column styling, ui theme application, sticky headers, column filters and resizer, as well as extended documentation with a lot more demos.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Christian Bach",
|
"name": "Christian Bach",
|
||||||
|
Loading…
Reference in New Issue
Block a user