Is it possible to target a css classname:after via jquery to alter a style dynamically?
I have a css arrow in a slider - i'd like to change color based on percentage complete - at the moment I have -
$('.red-bar:after').css("background-color", "#1da9f5");
Which doesnt work! any ideas?