Skip to content

Commit

Permalink
Fixed some bugs in the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Mar 24, 2014
1 parent 323c842 commit 2188c08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/index.html
Expand Up @@ -36,7 +36,7 @@
/*
Example 1
*/
$('input#id_search').quicksearch('table tbody tr');
$('input#id_search').quicksearch('table#table_example tbody tr');

/*
Example 2
Expand All @@ -46,7 +46,7 @@
'selector': 'th',
'stripeRows': ['odd', 'even'],
'loader': 'span.loading',
'bind': 'keyup click',
'bind': 'keyup click input',
'show': function () {
this.style.color = '';
},
Expand Down Expand Up @@ -576,7 +576,7 @@ <h3>Example with options &mdash; search with email regexp on &lt;th&gt; only</h3
'selector': 'th',
'stripeRows': ['odd', 'even'],
'loader': 'span.loading',
'bind': 'keyup click',
'bind': 'keyup click input',
'show': function () {
this.style.color = '';
},
Expand Down

0 comments on commit 2188c08

Please sign in to comment.