mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
added $.tablesorter.version
This commit is contained in:
parent
02510860db
commit
c043ffc520
@ -50,9 +50,7 @@ $(function(){
|
||||
// update version number
|
||||
var t = $('.current-version');
|
||||
if (t.length) {
|
||||
$.getJSON('../package.json', function(data) {
|
||||
t.html(data.version || '2.1+');
|
||||
});
|
||||
t.html($.tablesorter.version);
|
||||
}
|
||||
|
||||
});
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*
|
||||
* TableSorter 2.1.3 - Client-side table sorting with ease!
|
||||
* @requires jQuery v1.2.3
|
||||
/*!
|
||||
* TableSorter 2.1.4 - Client-side table sorting with ease!
|
||||
* @requires jQuery v1.2.6+
|
||||
*
|
||||
* Copyright (c) 2007 Christian Bach
|
||||
* Examples and docs at: http://tablesorter.com
|
||||
@ -18,6 +18,8 @@
|
||||
$.extend({
|
||||
tablesorter: new function(){
|
||||
|
||||
this.version = "2.1.4";
|
||||
|
||||
var parsers = [], widgets = [], tbl;
|
||||
this.defaults = {
|
||||
cssHeader: "header",
|
||||
|
7
js/jquery.tablesorter.min.js
vendored
7
js/jquery.tablesorter.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user