debug

Enabled debug mode across all methods, which displays cursor positions throughout actions.

Source:
Example
$$$.debug(); // turns on global debug mode
$$$.debug(false); // turns off global debug mode
Parameters:
Name Type Attributes Default Description
debug boolean <optional>
true

A mouse event that is used for trigger a click action.

Returns:

Chainable api by returning the instance.

Type
self