I want to wrap a link which is in a div:
This :
<div id="hello">
http://google.fr/646564897564/8977748946
</div>
will be:
<div id="hello">
<div id="wrap">
http://google.fr/646564897564/8977748946
</div>
</div>
Thank you so much for your help
have a look here: http://jsfiddle.net/R44pn/
JS
OUTPUT
with JQuery
fiddle here: http://jsfiddle.net/q27Sw/
hope it helps