I'm attempting to modify the arrow displayed in an :after pseudo element.
Here's my CSS:
legend:after {
content: url('/html/img/arrow-fieldset-up.png');
}
I am trying to change it with the following JavaScript/jQuery:
$('legend', selected_fieldset).attr('content','url(/html/img/arrow-fieldset-down.png)')