i am trying to add css for #sai:after using javascript like this. but this is not working.
$("#sai:before").css({"background":"dodgerblue"});
anyone know how to apply css using js
i am trying to add css for #sai:after using javascript like this. but this is not working.
$("#sai:before").css({"background":"dodgerblue"});
anyone know how to apply css using js