Iam trying to place two image tags with different images/src values init, but in the end two image tags have been appended with same src value instead of different. May i know what s wrong with append:
$("<div/>", {
"id": 'card'+i,
"class": blockArr[k],
html: $("<img src='"+key+"'/><img src='_ls-global/layout-images/layout2.png'/>")
}).appendTo("#gtable");
Any ideas ?
Thanks