Skip to content
maxkfranz edited this page Dec 14, 2011 · 1 revision

Examples

Make nodes red on click

cy.nodes().live("click", function(event){
  this.bypass("fillColor", "red");
});

More examples to come.

Clone this wiki locally