Code sample:
As you can see in the demo app (check the link below this article), all you have to do is initialize the plugin like this:
$.kvkWebImprover();
In my demo app I just binded this on a submit button. You can customize your colors too simply like this:
$.kvkWebImprover({ color1: 'fuchsia', color2: 'blue' });
Instead of these text values you can add any valid CSS color value.
So, that would be all for now ... I hope you enjoy this plugin :)