Forums › Forums › Search & Filter Pro › filter for Event date?
Tagged: complex query, V3
- This topic has 9 replies, 2 voices, and was last updated 5 years, 11 months ago by
Trevor.
Viewing 9 posts - 1 through 9 (of 9 total)
-
Trevor(Private) July 3, 2019 at 10:36 am #215513
If it assists you, we do have Ajax hooks you might use. Some for when auto Count runs, and some for when Ajax fires on the results:
<script>(function ( $ ) { "use strict"; $(document).on("sf:ajaxfinish", ".searchandfilter", function(){ // so load your scripts/function here again }); }(jQuery));</script>
If you have Auto Count enabled, this might refresh the form, and so the above code would change to use
sf:ajaxformfinish
-
AuthorPosts
Viewing 9 posts - 1 through 9 (of 9 total)