germanysbestkeptsecret / Wookmark-jQuery

A jQuery plugin to create a dynamic, multi-column layout.
MIT License
2.63k stars 759 forks source link

dynamically add / remove classes from data-filter-class #162

Closed dusking closed 10 years ago

dusking commented 10 years ago

Hi,

I used the filters example to implement only-filter. I have a button that use javascript to dynamically add / remove classes from data-filter-class of clicked tile element. and I didn't find a way to refresh the filters to use the new element data-filter-class. handler.wookmarkInstance.updateFilterClasses() didn't work for me

Thank you!