Quicksand plugin : how to keep js applied styles on category change
Hi,
Have created a page that will be using quicksand.
The problem i encounter is that any styles i append to the main page (all section) changes back to original status on category change.
Does anyone have an idea how to keep the changes on each element throughout category changes.
ex: applying a style to an LI on click
$(this).addClass('on');
should stay with that class all the way through the animations.
Thanks