-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More Filter Options? #7
Comments
For your first question, I would need more info on how it should suppose to work. I think I understand what you mean and you might be able to use the filterCategory option, but I'm not sure. For your second question, you can use the onFilterComplete callback and just check length on the received items parameter. If zero, you can do whatever you want. |
Sorry, was kinda late when i typed that, Basically i have a search bar that allows to search the list, but id like it so i can use checkboxs or even a range bar to better filter the list, i plan to use wordpress therefore you can have tags on each list item for example have a checklist with and when a user ticks or unticks it filters the list more Also is it possible to add a message if nothing is on the list? and the effects dont seem to be working so i need to include the easing jquery script? |
I have just updated the live demo page with some examples that are relevant to you. Especially have a look at example 7 and 9. It should solve your problems. What effects have you tried? Maybe put together a jsbin or something? |
Hello, Sadly i still cant get it to work, this is my filtering this is based off the demo page ` var insta = $('#advance').instaFilta();
and this is my function for the search bar ` $(function() {
` |
How would you go about adding check boxes that target that items tag/category...etc?
and is it possible to have a message display when theres nothing found?
The text was updated successfully, but these errors were encountered: