Forums Forums Search & Filter Pro Drop Down Menu Hover Colour

Viewing 3 posts - 21 through 23 (of 23 total)
  • Trevor
    #236953

    The code would be slightly different, that is all:

    <script>
    (function ( $ ) {
      $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
        $('#search-filter-form-13155 .sf-field-taxonomy-partysize select.sf-input-select').select2({minimumResultsForSearch: -1});
      });
    }(jQuery));
    jQuery(document).ready(function($){
      $('#search-filter-form-13155 .sf-field-taxonomy-partysize select.sf-input-select').select2({minimumResultsForSearch: -1});
    });
    </script>
    Anonymous
    #236957

    That’s it! Brilliant, many thanks for your help Trevor. Happy for you to close the thread.

    Trevor
    #236964

    Thanks for letting me know. I will close this thread for now.

Viewing 3 posts - 21 through 23 (of 23 total)