Dimitris Krestos
Dimitris Krestos
You can load HideSeek plugin at the [footer](https://github.com/vdw/HideSeek/wiki/Setup) of your document or in the `head` section of your HTML page.
Hello, HideSeek plugin uses show/hide methods on key press for filtering the elements of a list so I believe that you can use and other ways for filtering the same...
Hi, HideSeek supports specific html structures for creating lists or sequences like` LIs` or other repeated html elements as described in [wiki]( https://github.com/vdw/HideSeek/wiki/Setup). The use of HideSeek on any other...
Hi, please provide a link with an example or a jsfiddle.
Hi, if I understand correctly, you want to search against a custom attribute such as `data-keywords`... That can be done by setting the name of the attribute to the option...
Hi, you can use the "matches" option in the latest version of HideSeek ([v0.8.0](https://github.com/vdw/HideSeek/tree/v0.8.0)) to exactly match a query to a result - here is an [example](https://jsfiddle.net/dkrestos/z1s3tppa/). Please let me...
Can you provide the list you are using or a jsfiddle example?
Tabslet hides the tabs on initialization and then activates the first one or the one set from the options or the browser link. (comment on the code above: you can...