Hi Friends i have this problem.
I have this
<div id="text">
Hello world this just a demo.
http://upload.wikimedia.org/wikipedia/it/e/e1/Nba1.png
</div>
Now i need to convert that in this with jquery.
<div id="text">
Hello world this just a demo.
<img src="http://upload.wikimedia.org/wikipedia/it/e/e1/Nba1.png" width="150" height="150" alt="Nba">
</div>
Some ideas or already plugin. 1 Step ist detecting a image url form div id text 2 Replace the detected image url with html content 3 if detected url if ist not a image replace them with html content Thank You