Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › No filter selected by default › Reply To: No filter selected by default
April 26, 2024 at 4:20 pm
#47955
Participant
That worked. 🙏
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');
});
I hope that’s the last one – we will need this function for all our websites where we will have a search funciton in future.