Eventually, I wish to dynamically alter gradients based on different things, but how do I get jquery to apply a css3 gradient?
//works $(element).css(\"bac
Here is a small piece of example...
$("p").css({background:'linear-gradient(red,blue,red)'});