clear

removes all values set for the elements of a property sheet

void clear();

Example

$$("sets").clear();

Back to top