multiple-filter-masonry icon indicating copy to clipboard operation
multiple-filter-masonry copied to clipboard

This script extend the great Desandro Masonry plugin adding the ability to filter elements using multiple filter (checkbox)

Results 10 multiple-filter-masonry issues
Sort by recently updated
recently updated
newest added

sometimes the photo will cover a half of the other photo. However, after I refresh the page, everything returns to be normal. I wonder if there is a way to...

Hi, how can I prevent remove "stamp" item after filtering?

Hello, i used this script and it works fine as long as i set the masonry options for column and gutter width like: ... ``` columnWidth: 240, gutter: 10, ```...

Hi I am using masnory with infinite scroll to load dynamic blocks, It seems that this filters are not applied to dynamic loaded blocks. can you help me to resolve...

Hi there, May I know is there a way to display items that match two filters? (instead of displaying items that have either one filter) Thanks! Regards, Patrick

To circumvent this i changed the logic in my fork so that elements are displayed via css, not really removed. https://github.com/jakob-stoeck/multiple-filter-masonry/commit/e251359f000fa28ec7309036c91d8802cf57fb82 Don’t know whether that works for you, too.

Solve the Issue: https://github.com/dynamick/multiple-filter-masonry/issues/2 Implemented the callback layoutComplete https://masonry.desandro.com/events.html#layoutcomplete The layout must be completed before the next filter action can started, so the teaser can animate and does not overlap

Removed unnecessary braces (double wrapped jQuery object)

## Symptons Items do not take up full width of the column ## Cause Reload functions misses the masonry options; ``` var reload = function($container,items){ $container.empty(); $(items).each(function(){ $($container).append($(this)); }); $container.masonry('reloadItems');...

I see there was a recent merge 'Use UL list for filtering and added hashtags' what does the html source code look like for this? I'm trying to use hash...