Forums Forums Search & Filter Pro Infinite scroll masonry

Viewing 4 posts - 11 through 14 (of 14 total)
  • Anonymous
    #113125

    Any idea on this?

    Anonymous
    #113127

    Found it!

    $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
            'use strict';
            console.log("ajax complete");
    $('#masonry-container').masonry('reloadItems');
            $('#masonry-container').masonry({
                itemSelector: '#masonry-container .grid-item'
            });  
    		
    });
    Ross Moderator
    #113129

    Great stuff 🙂 was hoping to dig into later on today.

    Best

    Anonymous
    #113131

    It was damn obvious…!

    It always is when we found it!

Viewing 4 posts - 11 through 14 (of 14 total)