From 616515aeeb6818c08f6e6bf564f3833cd843780b Mon Sep 17 00:00:00 2001 From: Piero Wbmstr Date: Sat, 22 Mar 2014 09:42:26 +0100 Subject: [PATCH 1/2] Adding onLoad filtering if the existing input have a value --- examples/filtertable-existing-input.html | 19 ++++++++++++++++++- jquery.filtertable.js | 5 ++++- jquery.filtertable.min.js | 4 ++-- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/examples/filtertable-existing-input.html b/examples/filtertable-existing-input.html index 7c5d1ee..4b5dd39 100644 --- a/examples/filtertable-existing-input.html +++ b/examples/filtertable-existing-input.html @@ -22,6 +22,7 @@

jQuery.FilterTable Sample With an Existing Input

This is a sample of the jQuery.FilterTable plugin which uses an existing element to filter the table instead of creating its own.

+

You can filter table values on page load adding a filter=... URL parameter.

Presidents of the United States of America

@@ -81,9 +82,25 @@

Presidents of the United States of America

Data as of October, 2012.

- + - +