new Checkboxifier(button)
Attaches expose filter button to a checkbox that triggers its click event.
Parameters:
Name | Type | Description |
---|---|---|
button |
HTMLElement | The DOM object representing the button to be checkboxified. |
Methods
clickHandler(e)
When the checkbox is checked or unchecked, simulate a button press.
Parameters:
Name | Type | Description |
---|---|---|
e |
jQuery.Event | The event triggered. |