I want to select something like
.bg-image:before {
in jQuery, but it is not working.
$(".bg-image:before").css("background-color","red");
How to select it?
I want to select something like
.bg-image:before {
in jQuery, but it is not working.
$(".bg-image:before").css("background-color","red");
How to select it?