if ( isset ( $api[$i]["attachments"] ) ) {
foreach ( $api[$i]["attachments"] as $attacment ) {
switch( $attacment["type"] ) {
case "photo": $modal .= "<br /><img src=\"{$attacment["photo"]["photo_604"]}\" alt=\"\" title=\"\" align=\"center\">"; break;
case "audio": $modal .= "<audio src=\"{$attacment["audio"]["url"]}\" controls></audio><i class=\"fa fa-music fa-3x\"></i>"; break;
}
}
}
if (api.hasOwnProperty('attachmens') && Array.isArray(api.attachments)) {
api.attachments.forEach(function (attacment) {
});
}
var tpl = {
photo: ''tpl for photo,
audio: 'some other tpl'
};