Skip to content

Collection unselectify

maxkfranz edited this page Apr 13, 2012 · 1 revision

eles.unselectify()

Make the elements unselectable.

eles.unselectify()

Makes the elements in the collection unable to be selected.

Details

This function makes it such that no element is able to be selected programmatically or interactively. This makes ele.selectable() return false for every element in the collection.

This function does not alter the existing selection state, essentially freezing the current selection state until eles.selectify() is called.

Clone this wiki locally