Forums Forums Search & Filter Pro Filtering by start date with post-meta (Events Manager integration)

Viewing 5 posts - 1 through 5 (of 5 total)
  • Trevor
    #200693
    This reply has been marked as private.
    Anonymous
    #200899
    This reply has been marked as private.
    Trevor
    #200901

    When hitting the reset button, does it use Ajax to refresh the page? If so, I can give you a script to get around that, like this:

    <script>(function ( $ ) {
      "use strict";
      $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
    // so load your scripts/function here again
      });
    }(jQuery));</script>
    Anonymous
    #200918

    Super — that worked!

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