I am trying to change the arrow on an :after pseudo element
my css
legend:after {
    content: url('/html/img/arrow-fieldset-up.png');
}
I am trying to change with
$('legend', selected_fieldset).attr('content','url(/html/img/arrow-fieldset-down.png)')
 
     
    