Skip to content
maxkfranz edited this page Mar 8, 2012 · 3 revisions

eles.select()

Make the elements selected.

eles.select()

Selects all elements in the collection

Details

This function makes the elements in the collection selected. It does not modify the selection state of any other elements in the graph (e.g. automatic deselection).

Examples

Select nodes with weight greater than 50:

cy.nodes("[weight > 50]").select();

Clone this wiki locally