Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › No filter selected by default › Reply To: No filter selected by default
April 25, 2024 at 9:18 am
#47929
Participant
Hi Ernest
Thanks a lot – Sorry I’m blind. 😅
Is it possible that the checkboxes on the filter doesn’t change their “checked” status?
The main problem is, that the checkboxes react to a rightclick but I don’t get a “click” event there. 😅
I try to add some custom code when a checkbox is changed, but I don’t get it to work.
$(document).on('change', 'input[type="checkbox"]', function () {
console.log('change');
});
Thanks a lot!
Best Regards
Chrigi