Is there any way to add css pseudo element ::before
via jquery on page load?
For example, my css has following rule
.temp: :before{border-right: 100px solid transparent; }
I want border width same as screen width
Is there any way to add css pseudo element ::before
via jquery on page load?
For example, my css has following rule
.temp: :before{border-right: 100px solid transparent; }
I want border width same as screen width