Is there a way to override the style of after/before with jQuery? I have dynamic values, calculated from JS, so I can't add a class.
I need something like, how we override classes with adding jQuery inline styles but for :after and :before pseudo class.
Thanks in advance. :)