Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use delegated event handlers for checkboxes
Rather than setting up an event handler on every individual checkbox, set up delegated event handlers on the wrapper. This will significantly reduce the number of event handlers being bound on pages with large numbers of checkboxes (like finder-frontend).
- Loading branch information