I have a page that has an image in it and I styled it using :before CSS selectors.
The image is dynamic so it hasn't a fixed width; So I need to set :before rule's width dynamically.
I want do it in client side using JQuery.
Assume this:
How Can I only change the width property of class with selector (and not one without it) using JQuery?
View on Stack Overflow
