Docs

Wheelzator

Yes No Example

<div id="wheelzator-1" class="wheelzator-yes-no" />
var ynWheel = wheelzator("#wheelzator-1",options);
ynWheel.setValue(true);

Importance Example

<div id="wheelzator-2" class="wheelzator-importance" />
wheelzator("#wheelzator-2",options);

Many Options Example

Also onSelect funcion creating alert

<div id="wheelzator-3" class="wheelzator-social" />
wheelzator("#wheelzator-3",options,config);

Other styles Example

different animation

<div id="wheelzator-4" class="wheelzator-blueish" />
wheelzator("#wheelzator-4",options,config).setIndex(1);