Abrir menú principal

Cambios

sin resumen de edición
if($(".iframe-libro").length){
$(".iframe-libro").html('<iframe id="Iframe1" class="iframe-paginas" data-delay="50" width="100%" height="700" frameborder="0" src="' + $(".iframe-libro").data("src") + '"></iframe>')
}
if($(".tomos").length){
$(".tomos a").click(function(){
var ulrTomo = $(this).attr("href");
$(".l-tomo").addClass("hide");
$(ulrTomo).removeClass("hide");
$(".tomos a").removeClass("active");
$(this).addClass("active");
})
}