Forums Forums Search & Filter Pro loading function when ajax results load and also on infinite scroll

Viewing 1 post (of 1 total)
  • Trevor
    #225905

    Hi

    You would need you code to run inside this JavaScript:

    <script>(function ( $ ) {
      "use strict";
      $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
        console.log("ajax complete");
    
    // call your function here
    
      });
    }(jQuery));</script>
Viewing 1 post (of 1 total)