HideSeek
HideSeek copied to clipboard
A simple, mobile-friendly, yet customizable quick/live search jQuery plugin.
Hi- for some reason when searching it will not remove items that shouldn't belong to search results. Highlighting works however. What a I doing wrong? I followed examples exactly.
Hi I would like to use hideseek's default filter field along with some checkboxes and a select-list to trigger predefined, additional filters. Can hideseek handle multiple filter creteria and such...
Hi, First of all thanks for this beautiful plugin.There is something that i need .when we reload the page the li with no data text does not appears but when...
I am using Foundation and have a grid of staff. Each staff member has a .memberitem class. Can I use HideSeek to filter that structure? Any examples?
include other classes to not be hidden when they are searched. eg: Fruit - Price banana - $5 apple - $2 if you search for banana. the Price of the...
Is it possible to search in subelement? I currently have code like this ```html this is the description ``` **I want to search in the `.image-description` with hightlight.** I can...
Step to reproduce : 1) On https://vdw.github.io/HideSeek/ go the demo of "Ignore accents" 2) As expected typing `Theo` should display Théodore Géricault 3) Typing `Théo` should display Théodore Géricault but...
I'm not exactly sure how to phrase this, but I'm using HideSeek to search through some adoptable animals, and would like users to be able to search by gender. Out...
Is it possible to search like this "male*" and not "*male*". **Wanted Result** Search Set: Male, Maldives, Female Search Query: mal Search Result: Male, Maldives So then only the first...
I have a file where i populate list with jquery and there is already a input tag and i initialize hideseek on it but its not work. Is there any...