Posted in

Popup Jquery Baivong-boxes

Popup jquery resultón, modificado para que el botón de cierre se posicione en la esquina superior derecha y también que clicando en cualquier parte fuera del popup este se cierre.

<link rel="stylesheet" href="js/baivong-boxes/jquery.boxes.min.css" />
    <script type="text/javascript" src="js/baivong-boxes/jquery.boxes.min.js"></script>
    <script type="text/javascript" src="js/baivong-boxes/jquery.boxes.repopup.min.js"></script>
$("#iniciar").boxes({
mode: 'iframe',
title: '',
autoResize: false,
helper: function(helper) {
helper.effect('load');
helper.el.mess.html('<iframe width="390" height="315" src="'+ this.href + '" frameborder="0"></iframe>');
helper.center();
$(this).find('iframe').load(function() {
helper.removeEffect();                            
});
}
});

Descargar baivong-boxes

Deixa un comentari

L'adreça electrònica no es publicarà. Els camps necessaris estan marcats amb *


The reCAPTCHA verification period has expired. Please reload the page.