";
} else {
// Si es Facebook
var iframe = "
video facebook";
}
}
// This checks if an instance already exists, or creates a new one if it doesn't
$('#myModal').find('.modal-body').append(iframe);
$("a.link_youtube").ntg_link_video();
// $('#myModal').modal('show');
let myModal = bootstrap.Modal.getOrCreateInstance(document.getElementById('myModal'));
myModal.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);
})
if (typeof (__pvid) != "undefined") {
if (__pvid == "963700") {
$('#article_i__Colo24_pa_intro_convocatoria_1 > div.link_youtube.mb-4.cid-746.aid-400373.binary-video.format-png > div:nth-child(2)').remove();
}
if (__pvid == "1015295") {
$('.recuadros-invert .recuadro .body-card h3.titulo').remove();
}
}
$(".sliding-link").click(function (e) {
e.preventDefault();
var aid = $(this).attr("href");
$('html,body').animate({ scrollTop: $(aid).offset().top - 100 }, 'slow');
$("#navbarSupportedContent li.current").removeClass("current active");
$(this).parent().addClass("current active");
});
$(".docs_cc a").prop("target", "_blank");
/*$( "#navbarSupportedContent ul li:last-child a" ).addClass("btn btn-primary text-white");
$( "#navbarSupportedContent ul li:nth-child(8) a" ).addClass("btn btn-secondary text-white");*/
// Ajustes accesibilidad
// Carrusel
$('#preview_otras_carrusel_basico img').attr('alt', '');
// Logos footer
$('body > footer > div.bg-info > div > div > ul > li:nth-child(1) > a').attr('title', 'Ir al portal Marca Colombia');
$('body > footer > div.bg-info > div > div > ul > li:nth-child(1) > a > img').attr('alt', '');
$('body > footer > div.bg-info > div > div > ul > li.align-self-center > a').attr('title', 'Ir al portal Marca Colombia');
$('body > footer > div.bg-info > div > div > ul > li:nth-child(1) > a').attr('alt', '');
// Link mapa del sitio
$('#footer > div.container > div > div > div.col-lg-10.pt-4 > div > a:nth-child(3)').attr('href', 'w3-propertyvalue-964062.html');
// Link Main content
$('body').prepend('
Saltar a contenido principal');
//ajuste miga de pan
$(".breadcrumb-ar").appendTo(".breadcrumb-pa p");
// nueva ventana
$(".blank a").attr("target", "blank");
//ajuste recuadros recursos pedagogicos
$("#paginador_portadilla").find(".filtrar.titulo").each(function () {
var $titulo = $(this);
var $abstract = $titulo.next(".abstract");
if ($abstract.length) {
$titulo.add($abstract).wrapAll("
");
}
});
// ajuste recursos para cifras
$(".pa-cifras .fila1 .figure").each(function () {
$(this).find("> *").wrapAll("
")
});
$(".pa-cifras .fila2 .figure").each(function () {
$(this).find("> *").wrapAll("
")
});
});
$(window).load(function () {
//Agregar title al campo de texto
$('#filtrotitulo').prop('title', 'ingrese texto de búsqueda');
});
-->