Hello-
I am using a filter script and I am trying to alter the jquery a bit.
(see demo here: http://www.askthecssguy.com/2009/03/checkbox%5Ffilters%5Fwith%5Fjquery%5F1.html)
Now that you've seen the demo, you know that once you uncheck a box, it filters out the results with those tags in it. For instance if you deselect the "wordpress" tag, all items containing that tag are filtered and removed.
BUT, if you have an item with both "wordpress" and "ajax" tags and then unclicked the wordpress checkbox, that item would disappear. I want that item to stay because it still has an unchecked tag (ajax). I only want an item to disappear if all of their tags have been deselected. Can someone take a look at the jquery (bottom half) and tell me where I can change this to make it work?
THANKS!