fancy-bulkselect
v0.1.3
Published
Fancy Bulk Select allows users to check multiple checkboxes at once and toggles a UI for bulk actions to be performed for the selected items.
Downloads
1
Readme
fancy-bulkselect
Bulk select allows users to check multiple checkboxes at once and toggles a UI for bulk actions to be performed for the selected items.
Bulk select consist of four main parts:
- The main checkbox, which is used for checking all the other checkboxes, the class
checkbox-bulk-select
is used to define that item. - The target checkboxes are wrapped using a unique id, in this example
bulk-select-body
. Every targeted checkbox within this wrapper is marked ascheckbox-bulk-select-target
. The idbulk-select-body
is used to hook it to the main checkbox withdata-checkbox-body="#bulk-select-body
- The element with id
bulk-select-actions
will be toggled by checking the main checkbox, which is hooked usingdata-checkbox-actions="#bulk-select-actions
- Bulk select actions will be replaced with the content of
bulk-select-replace-element
id, which is hooked using `data-checkbox-replaced-element="#bulk-select-replace-element