Log in
Log in with USB
Inloggen met vingerafdruk wordt binnenkort mogelijk.
This module can add, remove or toggle css classes on multiple elements
webanizr.send('cssClass', data, parameters, callback);
The data is passed unaltered to the callback function. The data itself is not used.
cssClass accepts the following parameters:
The name of de css class to add, remove or toggle.
The query selector to the elements to class manipulation should apply to. You can also use an DOM element as value.
type__action (optional)
The type of action that should be performed. The options are:
The callback is called directly after the manipulations and receives the data unaltered.
https://cdn.cpmodules.webanizr.com/demo/css-classes/index.html