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

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -