Question:
Is there a way, perhaps using jQuery that I can wrap text within atag when there are other elements also in it?
For example I have this html:
Answer:
You can use Jquery .contents()Here an example:
If you have better answer, please add a comment about this, thank you!