EloquentStudio / filter.js

Complete solution for client side filtering and rendering using JSON data
http://eloquentstudio.github.io/filter.js
MIT License
665 stars 183 forks source link

Pre-Filter the result if a checkbox is alerady checked #146

Closed idcom closed 7 years ago

idcom commented 7 years ago

Hello,

By default my page show all result and I have some checkbox for "exam-level" not check by default.

If I check one checkbox of "exam-level" by example "PID" all exam "PID" will show up.

Now I want to have a specifi URL like mywebsite.com/filter.php?examLevel=PID and pass a data in the URL to preselect an exam (like PID) and show the result with this parameter.

I try but I couldn't find how I can do it.

If someone can help me, I will be very grateful.

Sorry for my bad english I hope you will understand what I try to explain.