gpt4 book ai didi

javascript - 如何在不禁用父屏幕的情况下使用 Colorbox 弹出窗口

转载 作者:太空宇宙 更新时间:2023-11-04 13:32:57 24 4
gpt4 key购买 nike

我被要求管理一个网络应用程序。以前的开发者使用 colorbox 来显示弹出窗口。当弹出窗口打开时,它会禁用父屏幕。

是否可以使用不会禁用父屏幕的 colorbox 在同一页面中有另一个弹出窗口。即在不关闭颜色框窗口的情况下单击父窗口。

网络应用程序是用 asp.net 和 vb.net 构建的。

它是雇主的在线门户。下面给出了打开颜色框弹出窗口的代码。

<span class="pull-right">

<a class="hover-glow colorbox"
data-placement="bottom" rel="tooltip"
title="view cv"
data-bind="attr: { 'href': 'cv-preview.aspx?c=' + CvId }">
<i class=" icon icon-file "></i></a>

<a class="hover-glow"
data-placement="bottom" rel="tooltip"
title="change status"
data-bind="attr: { 'href': 'update-status_popup.aspx?i=' + Id + '&c=' + StatusId }">
<i class="icon icon-random"></i></a>
</span>

当前使用 colorbox(查看简历)的第一个链接在弹出窗口中打开候选人简历。第二个链接(更改状态)在另一个页面中打开以更改候选人申请状态。

要求是在类似类型的弹出窗口中打开第二个链接,但不禁用父屏幕。用户希望同时在两个屏幕上工作。

我不想使用 ajax。

我将不胜感激任何帮助和建议。

下面给出了颜色框的CSS

             #cboxOverlay,#cboxWrapper,#colorbox{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}
#cboxOverlay{position:fixed;width:100%;height:100%}
#cboxBottomLeft,#cboxMiddleLeft{clear:left}
#cboxContent{position:relative}
#cboxLoadedContent{overflow:auto}
#cboxTitle{margin:0}
#cboxLoadingGraphic,#cboxLoadingOverlay{position:absolute;top:0;left:0;width:100%}
#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{cursor:pointer}
.cboxPhoto{float:left;margin:auto;border:0;display:block}
.cboxIframe{width:100%;height:100%;display:block;border:0}
#cboxOverlay{background:#777}
#cboxContent{margin-top:20px}
#cboxError{padding:50px;border:1px solid #ccc}
#cboxLoadedContent{background:#fff}
#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}
#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc;display:none!important}
#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}
#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px;display:none!important}
#cboxPrevious.hover{background-position:bottom left}
#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px;display:none!important}
#cboxNext.hover{background-position:bottom right}
#cboxLoadingOverlay{background:#000}
#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center}
#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px;z-index:-1}
#cboxClose.hover{background-position:bottom center}
#newPriv,#newTerm{display:none}
#exPriv,#exTerm{padding:10px;border:1px solid #dedede}

如果不可能有两个不同的带颜色框的弹出窗口,请提出替代方法。

谢谢

最佳答案

这个问题的答案是肯定的。要查看证明,只需访问Colorbox 示例页面:http://www.jacklmoore.com/colorbox/example1/

要了解如何实现此功能,请参阅Colorbox 文档Colorbox 新手指南:

关于javascript - 如何在不禁用父屏幕的情况下使用 Colorbox 弹出窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23241626/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com