kvkWebImprover jQuery plugin

This is an extremely simple jQuery plugin ... It's something you think about while coding from time to time, but you never get to actually doing it. Here's the fix for you, enjoy :D

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 :)