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

qt - switch/case statement in C++ with a QString type -

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

Python's equivalent for Ruby's define_method? -