Hi,
What I'm trying to do is to take paragraph containing a link, e.g.:
<p>this is a <a href="#">link</a> to something</p>
... and modify it with jQuery so the link contains all the paragraph text, e.g.:
<p><a href="#">this is a link to something</a></p>
I can't seem to get my head around this at the mo.
Cheers, James