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
try this
$( '.mygradient' ).css( "background-image", "linear-gradient( to right, #dc8a8a 50%, red 10% )" );