.prop() checkbox change and .change event.
Hi. I have over 200 checkboxes on a page. User has an option of Select All. Where I use .prop to set the state of the checkbox.
I have other events bound to the selection of these chekboxes but those are not triggering. So I called .change() on the checkboxes which extremely slowed down the selection of my checkboxes.
Does anyone have an idea how I can solve this issue?