I am using jQuery SVG. I can\'t add or remove a class to an object. Anyone know my mistake?
The SVG:
One workaround could be to addClass to a container of the svg element:
$('.svg-container').addClass('svg-red');
.svg-red svg circle{ fill: #ED3F32; }