Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jquery 对话框,但无法看到背景覆盖。代码如下
我是jquery的新手,请帮助我,非常感谢:)
如果要查看叠加层,则必须使用modal: true参数调用对话框:
modal: true
$("#dialog").dialog({ modal: true });