This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: No filter selected by default

#47929
chrigifrickchrigifrick
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