remove()


Removes items making them non-selectable.

Syntax
Selectable.remove([items])

Accepts a valid HTMLElement node, instances of HTMLCollection and NodeList, an array of items or a single index or array of indexes as the first and only argument.

See the add() method for further info.