Skip to content

Collection selectify

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().

Clone this wiki locally