ignore


Type: {String|Array}

Default: false


Define descendants of selectable elements that won't trigger selection.


Can be a CSS3 selector string or an array of CSS3 selector strings. Any descendant defined will not trigger the instance to start selecting / toggling when clicked on.

This can be handy if the selectable elements have interactive elements within them, e.g. buttons, checkboxes or dropdowns.


Demo

Last updated