', { 'class': 'container abstand' })).appendTo(row); var innerDiv = ($('
', { 'class': 'col-sm-6' })).appendTo(outerDiv); var vcontent = $('
', { 'class': 'img-responsive picsGall' , 'src': href, 'type': 'image/jpg', 'text': 'Here should be a picture' }); var vsource = $('', { 'src': href, 'type': 'image/jpg', 'text': 'Here should be a picture' }); vcontent.append(vsource);innerDiv.append(vcontent);var Div = ($('', { 'class': 'col-sm-6' })).appendTo(outerDiv); $('', { 'class': 'mg-md', 'text': name }).appendTo(Div); // $('', { // 'class': 'mg-md', 'text': JSON.stringify(value) //}).appendTo(Div); }