Automatically submit filter issue with Select2
-
First off, great plugin!
I am running BTF v: 1.2.9. The auto select functionality isn’t working with the select2 library enabled but works with select2 library disabled.
Below are the 2 functions I have tried.
—–
jQuery(‘.beautiful-taxonomy-filters-select’).change(function(){
jQuery(‘#beautiful-taxonomy-filters-form’).submit();
});
—–
jQuery(‘.beautiful-taxonomy-filters-select’).on(‘change’, function(){
jQuery(‘#beautiful-taxonomy-filters-form’).submit();
});Any help is appreciated!
https://www.ads-software.com/plugins/beautiful-taxonomy-filters/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Automatically submit filter issue with Select2’ is closed to new replies.