before:
and after:
)We have implemented support for textual and image based pseudo element before:
and after:
. We have decided to implement this functionality
to execute unless you decide you do not want it. You can set an option processPseudoElem
to false
in the calling
Javascript to turn this functionality off if it affects your pages.
If you turn off this functionality by setting processPseudoElem
to false
in the calling
Javascript, using Glyphicon and Font Awesome icons will not work as these resolve to pseudo before:
elements.
This would be a paragraph with the pseudo element before:
with some content
This would be a paragraph with the pseudo element after:
with some content
This would be a paragraph with both pseudo elements before:
and after:
with some content
This would be a paragraph with the pseudo element before:
with an image
This would be a paragraph with the pseudo element after:
with an image
This would be a paragraph with the pseudo element before:
with an image
This would be a paragraph with the pseudo element after:
with an image