I don't understand what I am doing wrong.
I have an element
<div class="hello">https://image.png</div>
I want to use juqery to loop through all the elements with .hello and then wrap it with the images tags so the image shows up.
For some reason jquery is spitting out the "Image URLhttps://image.png", as you see it has the "Image URL" text in there thats messing everything up!