Forums Forums Search Search Results for 'ajaxfinish masonry'

Viewing 51 results (of 51 total)
  • Author
    Search Results
  • #9026

    In reply to: Masonry Implementation


    Ross
    Keymaster

    Hey Robbin

    Thanks for this – you got further than most – this used to be a suggestion I provided but to make life easier I created two custom events which you can hook in to like:

    $(".searchandfilter").on("sf:ajaxstart",function(){
    console.log("ajax start");
    });
    
    $(".searchandfilter").on("sf:ajaxfinish",function(){
    console.log("ajax complete");
    //so load your lightbox or JS scripts here again
    });

    Thanks 🙂

Viewing 51 results (of 51 total)