From 1085363b8db6250962a665704cd2a213556ec3c6 Mon Sep 17 00:00:00 2001 From: Mottie Date: Thu, 20 Feb 2014 17:04:13 -0600 Subject: [PATCH] doc updates --- docs/example-widget-filter-any-match.html | 9 +++++---- docs/example-widget-filter.html | 2 +- docs/index.html | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/docs/example-widget-filter-any-match.html b/docs/example-widget-filter-any-match.html index 16396572..de3be495 100644 --- a/docs/example-widget-filter-any-match.html +++ b/docs/example-widget-filter-any-match.html @@ -74,7 +74,7 @@ @@ -152,7 +153,7 @@ $('table').trigger('search', [ columns ]);

- Next up: jQuery custom filter widget ›› + Next up: jQuery custom filter widget external inputs ››
diff --git a/docs/example-widget-filter.html b/docs/example-widget-filter.html index 2d346a56..9bf507e6 100644 --- a/docs/example-widget-filter.html +++ b/docs/example-widget-filter.html @@ -206,7 +206,7 @@ $(function(){
  • This widget does work with tablesorter v2.0.5.
  • Using the filters: - + diff --git a/docs/index.html b/docs/index.html index 75404143..9431da42 100644 --- a/docs/index.html +++ b/docs/index.html @@ -390,9 +390,9 @@
  • * Filter Widget:
  • Type (1)(2)DescriptionExamples
    Type (1)(2)DescriptionExamples
    textAny text entered in the filter will match text found within the columnabc (finds "abc", "abcd", "abcde", etc); (finds "Aaron" and "Philip Aaron Wong")
    ~Perform a fuzzy search (matches sequential characters) by adding a tilde to the beginning of the query (v2.13.3) (matches "Bruce Lee" and "Brenda Dexter") or (matches "Philip Aaron Wong")