Possible Duplicate:
Manipulating CSS :before and :after pseudo-elements using jQuery
If I have an element
, how do I address its corresponding pseudo element using jQuery?
My point is, for example if I have an element in the DOM, how do I access its :before
or :after
pseudo elements with jQuery?
P.S. I only have a jQuery pointer to that element.