El Ministerio de Tecnologías de la Información y las Comunicaciones de Colombia y Colombia 4.0 en su Edición IA, invitan a participar de la Muestra Comercial.
Colombia 4.0 contará con una gran vitrina gratuita (presencial y virtual) para dar a conocer y promocionar tu empresa. Los empresarios de la Industria Digital y/o Ecosistemas TECH que participen podrán destacar productos, servicios y marcas.
La convocatoria cerrará el 6 de octubre y ofertará 70 espacios. ¡Regístrate ya!
";
} else {
// Si es Facebook
var iframe = "video facebook";
}
}
$('#myModal').find('.modal-body').append(iframe);
$("a.link_youtube").ntg_link_video();
$('#myModal').modal('show');
$('#myModal').on('hidden.bs.modal', function (e) {
$('#myModal').find('.modal-body').empty();
})
}
});
$('#myModal').on('hidden.bs.modal', function (e) {
// Limpiar modal-body
var loader = '
' +
'Cargando...' +
'' +
'
';
$("#myModal .modal-content .modal-body").empty();
$("#myModal .modal-content .modal-body").html(loader);
})
// Portadilla de noticias: si son de otro canal, abrir en nueva pestaña con canal de origen
$(".otro-canal .recuadro .titulo").each(function () {
var clases = $(this).attr("class").split(" ");
if (clases[2] != "cid-" + __cid) {
$(this).find("a").attr("target", "blank");
}
});
// Ediciones anteriores
$("#ediciones li a").click(function () {
var year = $(this).attr("data-year");
console.log(year);
$("#myModal .modal-body").empty();
switch (year) {
case "1":
console.log("1");
var html = $("#recuadro-ediciones .recuadro:first-child").html();
$("#myModal .modal-body").html("
" + html + "
");
break;
case "2":
console.log("2");
var html = $("#recuadro-ediciones .recuadro:nth-child(2)").html();
$("#myModal .modal-body").html("
" + html + "
");
break;
case "3":
console.log("3");
var html = $("#recuadro-ediciones .recuadro:nth-child(3)").html();
$("#myModal .modal-body").html("
" + html + "
");
break;
case "4":
console.log("4");
var html = $("#recuadro-ediciones .recuadro:nth-child(4)").html();
$("#myModal .modal-body").html("
" + html + "
");
break;
case "5":
console.log("5");
var html = $("#recuadro-ediciones .recuadro:nth-child(5)").html();
$("#myModal .modal-body").html("
" + html + "
");
break;
case "6":
console.log("6");
var html = $("#recuadro-ediciones .recuadro:nth-child(6)").html();
$("#myModal .modal-body").html("
" + html + "
");
break;
case "7":
console.log("7");
var html = $("#recuadro-ediciones .recuadro:nth-child(7)").html();
$("#myModal .modal-body").html("
" + html + "
");
break;
case "8":
console.log("8");
var html = $("#recuadro-ediciones .recuadro:nth-child(8)").html();
$("#myModal .modal-body").html("