jQuery filter search with checkbox, input fields, select

I found this http://plnkr.co/edit/bZmkoVhAGy8nkh00sq1i?p=preview and it is almost the same for what I need.
But I also need one input field and one select beside check-boxes and I have trouble to implement that (I am still a beginner in JS).
For example there would be select year input. So user could select 2005 and 2010, and under category Year it would get appended From 2005 To 2010 Also what I am trying to implement is that next to every appended Item, there is “minus” icon, and clicking on that minus will act like user unchecked the check-box.
Any help would be hugely appreciated.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.