You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.