toggleClass abstract method

void toggleClass(
  1. String name
)

Toggle the CSS class of given name in all the elements in this collection.

Implementation

void toggleClass(String name);