javascript - How to edit element created in CSS with :after using jQuery? -


I have created an element in CSS with a pseudo-class: after that there is no way to change its CSS properties with jQuery is?

I think you want

  $ ('# Object_id: after '). CSS ({color: blue});    

Comments