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});
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
Post a Comment