From 580a3049cbf1af040b3aa146fec3211d4acbfc0f Mon Sep 17 00:00:00 2001 From: Rob Garrison Date: Fri, 2 Mar 2012 19:38:02 -0600 Subject: [PATCH] updated jQuery to 1.7+ --- docs/css/jq.css | 3 ++- docs/example-add-rows.html | 2 +- docs/example-apply-widget.html | 2 +- docs/example-child-rows-filtered.html | 2 +- docs/example-child-rows.html | 2 +- docs/example-empty-table.html | 2 +- docs/example-extending-defaults.html | 2 +- docs/example-meta-headers.html | 2 +- docs/example-meta-parsers.html | 2 +- docs/example-meta-sort-list.html | 2 +- docs/example-option-date-format.html | 2 +- docs/example-option-debug.html | 2 +- docs/example-option-digits.html | 2 +- docs/example-option-render-header.html | 2 +- docs/example-option-sort-append.html | 2 +- docs/example-option-sort-force.html | 2 +- docs/example-option-sort-key.html | 2 +- docs/example-option-sort-list.html | 2 +- docs/example-option-sort-order.html | 2 +- docs/example-option-text-extraction.html | 2 +- docs/example-options-headers-digits-strings.html | 2 +- docs/example-options-headers-locked.html | 2 +- docs/example-options-headers-order.html | 2 +- docs/example-options-headers.html | 2 +- docs/example-pager.html | 2 +- docs/example-parsers-class-name.html | 2 +- docs/example-parsers.html | 2 +- docs/example-trigger-sort.html | 2 +- docs/example-triggers.html | 2 +- docs/example-update-cell.html | 2 +- docs/example-widget-columns.html | 2 +- docs/example-widget-filter.html | 2 +- docs/example-widget-resizable.html | 2 +- docs/example-widget-sticky-header.html | 2 +- docs/example-widget-ui-theme.html | 2 +- docs/example-widget-zebra.html | 2 +- docs/example-widgets.html | 2 +- docs/index.html | 6 +++--- 38 files changed, 41 insertions(+), 40 deletions(-) diff --git a/docs/css/jq.css b/docs/css/jq.css index 675ae77f..51269148 100644 --- a/docs/css/jq.css +++ b/docs/css/jq.css @@ -16,7 +16,8 @@ table.tablesorter table.info tbody th{background:#eee;} #options .defaults{width:200px;} #options .examples{width:60px;} pre,#display{overflow-x:auto;padding:15px;border:1px solid #ddd;border-left-width:5px;} -pre,#display,code.hilight{background-color:#eee;color:#333;font-size:small;list-style:none; padding: 1px 5px;} +pre,#display,code.hilight{background-color:#eee;color:#333;font-size:small;list-style:none;} +code.hilight{padding: 1px 5px;} a code.hilight {text-decoration:underline;} pre.normal{background-color:transparent;border:none;border-left-width:0;overflow-x:auto;} #logo{background:url(images/jq.png);display:block;float:right;height:31px;margin-right:10px;margin-top:10px;width:110px;} diff --git a/docs/example-add-rows.html b/docs/example-add-rows.html index b8577d94..80972144 100644 --- a/docs/example-add-rows.html +++ b/docs/example-add-rows.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Adding a table row - + diff --git a/docs/example-apply-widget.html b/docs/example-apply-widget.html index b8b7829b..a28e400f 100644 --- a/docs/example-apply-widget.html +++ b/docs/example-apply-widget.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - applyWidgetId vs. applyWidgets - + diff --git a/docs/example-child-rows-filtered.html b/docs/example-child-rows-filtered.html index ffc51bcb..77673498 100644 --- a/docs/example-child-rows-filtered.html +++ b/docs/example-child-rows-filtered.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Child Rows with Filter Widget - + diff --git a/docs/example-child-rows.html b/docs/example-child-rows.html index 1f9de27a..5975236f 100644 --- a/docs/example-child-rows.html +++ b/docs/example-child-rows.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Child Rows - + diff --git a/docs/example-empty-table.html b/docs/example-empty-table.html index d1f1ed29..c11d8343 100644 --- a/docs/example-empty-table.html +++ b/docs/example-empty-table.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Initializing tablesorter on an empty table - + diff --git a/docs/example-extending-defaults.html b/docs/example-extending-defaults.html index ce2c0b0c..e0148bca 100644 --- a/docs/example-extending-defaults.html +++ b/docs/example-extending-defaults.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Extending default options - + diff --git a/docs/example-meta-headers.html b/docs/example-meta-headers.html index 489afaf3..5e8a3df0 100644 --- a/docs/example-meta-headers.html +++ b/docs/example-meta-headers.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Disable headers using metadata - + diff --git a/docs/example-meta-parsers.html b/docs/example-meta-parsers.html index 22d6ffa1..7c6d971d 100644 --- a/docs/example-meta-parsers.html +++ b/docs/example-meta-parsers.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Setting column parser using metadata - + diff --git a/docs/example-meta-sort-list.html b/docs/example-meta-sort-list.html index 3f63cf83..c9149d7b 100644 --- a/docs/example-meta-sort-list.html +++ b/docs/example-meta-sort-list.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Setting initial sorting order with metadata - + diff --git a/docs/example-option-date-format.html b/docs/example-option-date-format.html index ef476a16..9b2879f7 100644 --- a/docs/example-option-date-format.html +++ b/docs/example-option-date-format.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Changing the date format - + diff --git a/docs/example-option-debug.html b/docs/example-option-debug.html index e9fd9251..ac6b02da 100644 --- a/docs/example-option-debug.html +++ b/docs/example-option-debug.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Enabling debug mode - + diff --git a/docs/example-option-digits.html b/docs/example-option-digits.html index c84502f3..340005e9 100644 --- a/docs/example-option-digits.html +++ b/docs/example-option-digits.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Dealing with Digits - + diff --git a/docs/example-option-render-header.html b/docs/example-option-render-header.html index bddb64c1..6134ef27 100644 --- a/docs/example-option-render-header.html +++ b/docs/example-option-render-header.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Render Header - + diff --git a/docs/example-option-sort-append.html b/docs/example-option-sort-append.html index b152049a..792b0b98 100644 --- a/docs/example-option-sort-append.html +++ b/docs/example-option-sort-append.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Append a default sorting order - + diff --git a/docs/example-option-sort-force.html b/docs/example-option-sort-force.html index f63b2e1c..f7781683 100644 --- a/docs/example-option-sort-force.html +++ b/docs/example-option-sort-force.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Force a default sorting order - + diff --git a/docs/example-option-sort-key.html b/docs/example-option-sort-key.html index d5f0ccc5..4d7f7ee9 100644 --- a/docs/example-option-sort-key.html +++ b/docs/example-option-sort-key.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Change multi-column sorting key - + diff --git a/docs/example-option-sort-list.html b/docs/example-option-sort-list.html index 453fe3bb..84d13af2 100644 --- a/docs/example-option-sort-list.html +++ b/docs/example-option-sort-list.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Set an initial sort order - + diff --git a/docs/example-option-sort-order.html b/docs/example-option-sort-order.html index 312e18c5..a2f96991 100644 --- a/docs/example-option-sort-order.html +++ b/docs/example-option-sort-order.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Set an initial sort order direction - + diff --git a/docs/example-option-text-extraction.html b/docs/example-option-text-extraction.html index e3da6681..da6258c5 100644 --- a/docs/example-option-text-extraction.html +++ b/docs/example-option-text-extraction.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Dealing with markup inside cells - + diff --git a/docs/example-options-headers-digits-strings.html b/docs/example-options-headers-digits-strings.html index 88be3dcf..f8818295 100644 --- a/docs/example-options-headers-digits-strings.html +++ b/docs/example-options-headers-digits-strings.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Dealing with text strings in numerical sorts - + diff --git a/docs/example-options-headers-locked.html b/docs/example-options-headers-locked.html index 70f25110..15ca6ff3 100644 --- a/docs/example-options-headers-locked.html +++ b/docs/example-options-headers-locked.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Lock sort order using header options - + diff --git a/docs/example-options-headers-order.html b/docs/example-options-headers-order.html index 7367d446..a8a50f02 100644 --- a/docs/example-options-headers-order.html +++ b/docs/example-options-headers-order.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Set initial sort order using header options - + diff --git a/docs/example-options-headers.html b/docs/example-options-headers.html index bece6d75..60d2584e 100644 --- a/docs/example-options-headers.html +++ b/docs/example-options-headers.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Disable sort using headers options - + diff --git a/docs/example-pager.html b/docs/example-pager.html index 692abb87..91b3ca71 100644 --- a/docs/example-pager.html +++ b/docs/example-pager.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Pager plugin - + diff --git a/docs/example-parsers-class-name.html b/docs/example-parsers-class-name.html index 279a6943..12984c5d 100644 --- a/docs/example-parsers-class-name.html +++ b/docs/example-parsers-class-name.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Disable or set the column parser using class names - + diff --git a/docs/example-parsers.html b/docs/example-parsers.html index c0b1a83b..b2448dfe 100644 --- a/docs/example-parsers.html +++ b/docs/example-parsers.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Writing custom parsers - + diff --git a/docs/example-trigger-sort.html b/docs/example-trigger-sort.html index 75bb3602..604c3082 100644 --- a/docs/example-trigger-sort.html +++ b/docs/example-trigger-sort.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Sort table using a link outside the table - + diff --git a/docs/example-triggers.html b/docs/example-triggers.html index 4fef6a97..3e5c66c6 100644 --- a/docs/example-triggers.html +++ b/docs/example-triggers.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Triggers sortStart and sortEnd - + diff --git a/docs/example-update-cell.html b/docs/example-update-cell.html index 1b04f085..72e40088 100644 --- a/docs/example-update-cell.html +++ b/docs/example-update-cell.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Updating a table cell - + diff --git a/docs/example-widget-columns.html b/docs/example-widget-columns.html index 576b0d4a..3c648ff3 100644 --- a/docs/example-widget-columns.html +++ b/docs/example-widget-columns.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Columns Style Widget - + diff --git a/docs/example-widget-filter.html b/docs/example-widget-filter.html index 3a8b8c47..f23f9eb7 100644 --- a/docs/example-widget-filter.html +++ b/docs/example-widget-filter.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Filter Widget - + diff --git a/docs/example-widget-resizable.html b/docs/example-widget-resizable.html index 8f004e2c..98b2c6c8 100644 --- a/docs/example-widget-resizable.html +++ b/docs/example-widget-resizable.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Resizable Columns Widget - + diff --git a/docs/example-widget-sticky-header.html b/docs/example-widget-sticky-header.html index ee783d19..f16c1b3a 100644 --- a/docs/example-widget-sticky-header.html +++ b/docs/example-widget-sticky-header.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Sticky Header Widget - + diff --git a/docs/example-widget-ui-theme.html b/docs/example-widget-ui-theme.html index ff865776..55ae8784 100644 --- a/docs/example-widget-ui-theme.html +++ b/docs/example-widget-ui-theme.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - jQuery UI Theme Widget - + diff --git a/docs/example-widget-zebra.html b/docs/example-widget-zebra.html index 87ebf7c2..7a5d39f3 100644 --- a/docs/example-widget-zebra.html +++ b/docs/example-widget-zebra.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Zebra Stripe Widget - + diff --git a/docs/example-widgets.html b/docs/example-widgets.html index 01ec68bb..687720e6 100644 --- a/docs/example-widgets.html +++ b/docs/example-widgets.html @@ -5,7 +5,7 @@ jQuery plugin: Tablesorter 2.0 - Writing custom widgets - + diff --git a/docs/index.html b/docs/index.html index 3c6a8232..ba1b2b78 100644 --- a/docs/index.html +++ b/docs/index.html @@ -35,7 +35,7 @@

- Author: Christian Bach
+ Author: Christian Bach
Version: 2.0+ (forked from version 2.0.5, changelog)
Licence: Dual licensed under MIT @@ -1221,13 +1221,13 @@ $(table)

If you would like to contribute, fork a copy on github.

-

Support is also available through the jQuery Mailing List or StackOverflow.

+

Support is also available through the jQuery Mailing List or StackOverflow.

Access to the jQuery Mailing List is also available through Nabble Forums.

Credits

-

Written by Christian Bach.

+

Written by Christian Bach.

Documentation written by Brian Ghidinelli, based on Mike Alsup's great documention.