vdw / HideSeek

A simple, mobile-friendly, yet customizable quick/live search jQuery plugin.
http://vdw.github.io/HideSeek
Apache License 2.0
429 stars 74 forks source link

Compatibility with table element? #38

Closed jessmitch42 closed 7 years ago

jessmitch42 commented 8 years ago

Hi there. Really love this plug-in! I'm now trying to use it now to search rows in a table based on any of the content in the row.. I'm wondering if there's a way to make this work-- not having much luck on my own.

For example, is there a way for the search to return the second row if someone searches 5:

1 2 3
4 5 6
7 8 9

I would really appreciate any suggestions or to know if it will work if the content is embedded. Thanks!

vdw commented 8 years ago

Hi @jessmitch42, here is an example using a table structure.

Note: The initialization is on tbody tag.

jessmitch42 commented 8 years ago

Fantastic! Thanks so much for this. Works for me :)

jvanremoortere commented 7 years ago

Example doesn't seem to work anymore?

shafali03 commented 7 years ago

Hi I wanted to ask can I use this plugin for live search on image gallery

vdw commented 7 years ago

@goeroe Example works again. @shafali03 You can use HideSeek to search on any elements, even images as long as you use the attribute option.

shafali03 commented 7 years ago

thanks for letting me know

JustinWarren commented 7 years ago

Hello! I am trying to use your plugin while working on a gallery. I need help in knowing how to have the pics show up when I type a title (ex- "Mountains" and then mountain pictures show up). Any help would be greatly appreciated! Thanks!

vdw commented 7 years ago

@JustinWarren, you can use HideSeek to search on any elements, even images as long as you use the attribute option.

Here is an example (just replace anchor elements with image elements and fill the data attributes keywords with some keywords).

neerbappoo commented 3 years ago

For the table structure, when you select all value from the input field and hit the delete button, the table does not reset