gpt4 book ai didi

javascript - jQuery 对话框未完全显示

转载 作者:行者123 更新时间:2023-12-02 19:22:53 25 4
gpt4 key购买 nike

我的 jQuery 弹出对话框有问题。仅显示图像和“关闭”超链接。我想按照这个例子我会得到一个漂亮的用户界面:http://blog.nemikor.com/2009/04/08/basic-usage-of-the-jquery-ui-dialog/

这是正在发生的事情:

oh so empty...

这是我的代码:

theDiv.append('<div id="editDialog"></div>');
$("#editDialog").dialog({
height: 350,
width: 400,
modal: true,
position: 'center',
autoOpen:true,
title:'Hello World',
zIndex: 10000,
overlay: { opacity: 0.5, background: 'black'}
});

感谢您的帮助。

最佳答案

从评论中我了解到您应该阅读本指南:jQuery UI - Getting Started

关于javascript - jQuery 对话框未完全显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12342024/

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