I’ve a pull down with 6 check boxes in three categories. They do working as a multiple filter on 25 containers on my canvas.
On click these containers (each is a symbol) fade in and out based on what was choosen.
Doing this for only one category was easy via separate timelines. But now they should be working as multiple filter.
Since there where so many cases i was looking for a better solution using javascript or jquery.
I’ve found tagsort and it looks great. But how hard would it be to control my symbols with that script?
see here: http://wch.io/projects/tagsort/
This plugin is using tags to categorized div-containers. is there a way to give symbols this information?
Any ideas?