本文介绍了在父窗口上方弹出div的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何在父窗口上填充div
,除非禁用弹出Div/html页面,否则必须禁用父窗口.
How can i populate a div
over parent window and parent window must be disable unless until pop-up Div/ html page closes.
禁用父窗口"意味着无法继续工作.一旦将子div填充到父div上,则只允许您在此填充的div/html页面上继续.
Parent Window disable means not able to work on. Once the child div populated over parent div then you are only allowed to continue on this populated div/ html page.
推荐答案
值得阅读此链接
您可以通过以下示例轻松实现
you can easily make it by following this example
http://yensdesign.com/2008/09/how-to-to-create-a-stunning-and-smooth-popup-using-jquery/
这篇关于在父窗口上方弹出div的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!