removeClass abstract method

void removeClass(
  1. String name
)

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

Implementation

void removeClass(String name);