问题描述
我正在使用2个弹出窗口(bootstrap 4模态弹出窗口)
I am using 2 popup (bootstrap 4 modal popup)
1 popup显示字段,另一个显示验证消息。
1 popup is showing fields and other one is showing validation message .
问题:
当用户点击ist弹出窗口上的保存按钮时,所以 首先,如果必填字段中缺少任何内容,则使用代码验证控件,以便显示正在进行的消息 ist popup的背后。
when user click on save button which is on ist popup , so first it validates controls using code if any thing is missing from required field so it shows message which is going behind of ist popup.
它应该出现以便用户可以清楚地看到消息。
it should come up so user can see the message clearly.
popup 1(图片如下)
popup 1 (image below)
第二个弹出窗口(显示验证消息)。这个弹出窗口应该弹出一个弹出窗口
2nd popup (shows message on validation). This popup should come up on ist one popup
推荐答案
试试这个链接: https://forum.jquery.com/topic/show-another-popup-from-popup-window
Try this link : https://forum.jquery.com/topic/show-another-popup-from-popup-window
在上面的链接中,它有jsfiddle链接: 以为例。
in above link, it has jsfiddle link : http://jsfiddle.net/4ng5P/ as example.
这篇关于一个弹出窗口正在其他弹出窗口上落后。我希望第二个弹出窗口应该出现在ist one上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!