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
·
2 revisions
eles.selectify()
Make the elements selectable.
eles.selectify()
Makes the elements in the collection able to be selected.
Details
This function makes the elements in the collection selectable, meaning that both interactively and programmatically. This results in ele.selectable() being true for all elements in the collection.
This function does not alter selection state. If you want to select or unselect the elements in the collection, you will have to use eles.select() or eles.unselect().