addClass abstract method

void addClass(
  1. String name
)

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

Implementation

void addClass(String name);