Forums Forums Search & Filter Pro Updating other JS after filtering

Viewing 2 posts - 1 through 2 (of 2 total)
  • Trevor
    #98667

    If you are doing a page refresh then you would need to add javascript to the page, like this:

    (function ( $ ) {
     "use strict";
     $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
      console.log("ajax complete");
      // your js here
     });
    }(jQuery));
    Anonymous
    #98693

    Perfect. Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)