I have this code and the image does not load to the selected div
base = "www.samplee/someimage.jpg";
var img = "<img src='"+base+"' />";
imgpreview.load(ul,function(){
loader.text('mana');
console.log(imgfield);
});
what's wrong with my code?