I have a div tag
Where is the image?
I would like to add an image tag inside of the div
End re
my 2 cents:
$('#theDiv').prepend($('',{id:'theImg',src:'theImg.png'}))