From 2188c084874d388954559d331385ea68d7627825 Mon Sep 17 00:00:00 2001 From: Nicolas Brassard Date: Mon, 24 Mar 2014 14:16:16 -0400 Subject: [PATCH] Fixed some bugs in the demo --- examples/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/index.html b/examples/index.html index 62167db..13785ec 100644 --- a/examples/index.html +++ b/examples/index.html @@ -36,7 +36,7 @@ /* Example 1 */ - $('input#id_search').quicksearch('table tbody tr'); + $('input#id_search').quicksearch('table#table_example tbody tr'); /* Example 2 @@ -46,7 +46,7 @@ 'selector': 'th', 'stripeRows': ['odd', 'even'], 'loader': 'span.loading', - 'bind': 'keyup click', + 'bind': 'keyup click input', 'show': function () { this.style.color = ''; }, @@ -576,7 +576,7 @@

Example with options — search with email regexp on <th> only