You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm implementing this on a new website and I'm trying to add a filter system to the masonry, but I'm not able to run any of the masonry options, since it's being recreated on AnimeOnScroll.
Any idea on how I can reload the grid, after hiding the filtered cards?
What I was trying to do, but is currently failing:
Hi codrops,
I'm implementing this on a new website and I'm trying to add a filter system to the masonry, but I'm not able to run any of the masonry options, since it's being recreated on AnimeOnScroll.
Any idea on how I can reload the grid, after hiding the filtered cards?
What I was trying to do, but is currently failing:
$li.removeClass('active'); $('#grid').find('.item-'+targetLink).addClass('hidden'); $('#grid').masonry('layout');
Thank you :)
The text was updated successfully, but these errors were encountered: