DeuxHuitHuit / quicksearch

A jQuery plugin for searching through DOM Elements quickly
https://www.npmjs.org/package/jquery.quicksearch
Other
135 stars 35 forks source link

Can this be used for data that's not in a list/table? #38

Closed seanvree closed 7 years ago

seanvree commented 7 years ago

Hey dudes!

Can this be used to search data that is populated on a static HTML file that's populated from an external file (log)?

We are thinking of implementing this into our tool Logarr: https://github.com/seanvree/logarr

We need it to do EXACTLY as it appears on your examples, but our data is NOT in a table, it's a simple DIV.

Take a look at our project and let me know!

THANKS!

nitriques commented 7 years ago

@seanvree yes it should work, as long as you can isolate a record in a html element. Check the selector options https://github.com/DeuxHuitHuit/quicksearch#options