version bump

This commit is contained in:
Mottie 2013-11-09 14:30:58 -06:00
parent 016b737cc1
commit ce7e0836c0
12 changed files with 37 additions and 36 deletions

View File

@ -1,6 +1,6 @@
/*!
* tablesorter pager plugin
* updated 11/8/2013
* updated 11/9/2013
*/
/*jshint browser:true, jquery:true, unused:false */
;(function($) {

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "tablesorter",
"version": "2.13.2",
"version": "2.13.3",
"dependencies": {
"jquery": ">=1.2.6"
}

View File

@ -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+
*
* Copyright (c) 2007 Christian Bach
@ -24,7 +24,7 @@
var ts = this;
ts.version = "2.13.2";
ts.version = "2.13.3";
ts.parsers = [];
ts.widgets = [];

File diff suppressed because one or more lines are too long

View File

@ -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+
*
* uiSpinner (jQuery UI spinner)
@ -92,7 +92,7 @@ $.tablesorter.filterFormatter = {
.val(o.value)
.appendTo($cell)
.spinner(o)
.bind('change keyup', function(e){
.bind('change keyup', function(){
updateSpinner();
});
@ -113,7 +113,7 @@ $.tablesorter.filterFormatter = {
.val(o.value)
.appendTo($shcell)
.spinner(o)
.bind('change keyup', function(e){
.bind('change keyup', function(){
$cell.find('.spinner').val( this.value );
updateSpinner();
});
@ -228,7 +228,7 @@ $.tablesorter.filterFormatter = {
.val(o.value)
.appendTo($shcell)
.slider(o)
.bind('change keyup', function(e){
.bind('change keyup', function(){
$cell.find('.slider').val( this.value );
updateSlider();
});
@ -337,7 +337,7 @@ $.tablesorter.filterFormatter = {
.val(o.value)
.appendTo($shcell)
.slider(o)
.bind('change keyup', function(e){
.bind('change keyup', function(){
$cell.find('.range').val( this.value );
updateUiRange();
});
@ -731,7 +731,7 @@ $.tablesorter.filterFormatter = {
HTML5 range slider
\**********************/
html5Range : function($cell, indx, def5Range) {
var t, o = $.extend({
var o = $.extend({
value : 0,
min : 0,
max : 100,

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
/*! tableSorter 2.8+ widgets - updated 11/8/2013
/*! tableSorter 2.8+ widgets - updated 11/9/2013
*
* Column Styles
* Column Filters
@ -526,7 +526,7 @@ ts.filter = {
}
},
init: function(table, c, wo) {
var indx, options, string, $header, column, filters, time;
var options, string, $header, column, filters, time;
if (c.debug) {
time = new Date();
}

File diff suppressed because one or more lines are too long

View File

@ -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 */
;(function($){
"use strict";

View File

@ -1,7 +1,7 @@
{
"name": "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.",
"author": {
"name": "Christian Bach",

View File

@ -1,7 +1,7 @@
{
"name": "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.",
"author": {
"name": "Christian Bach",