jQuery 对话框主题未应用

发布于 2024-09-02 15:13:42 字数 453 浏览 4 评论 0原文

我正在使用 jquery-1.4.2.min.js 和 jquery-ui-1.8.1.custom.min.js。根据 Firebug 的说法,两个最小化的脚本都已加载。它们都出现在 Firebug 脚本选项卡的下拉列表中。

对话框正在启动,但没有背景,因此下面的文本显示出来,并且根本没有“窗口”内容,没有标题栏,没有 X 按钮。只是左上角带有“关闭”链接的浮动/可拖动文本。

阅读这些页面后,我的印象是

 http://jqueryui.com/demos/dialog/
 http://jqueryui.com/themeroller/

,当使用此准系统调用调用对话框时,UI 主题驱动的外观将自动应用于对话框:

 $('#dialog').dialog()

如果您提供有关如何解决此问题的建议,我将不胜感激。谢谢

I'm using jquery-1.4.2.min.js and jquery-ui-1.8.1.custom.min.js. According to Firebug, both minimized scripts have been loaded. They both appear in the dropdown list on Firebug's Scripts tab.

The dialog is launching, but there's no background and so the text below it shows through, and there's no "window" stuff at all, no titlebar, no X button. Just the floating/draggable text with a -close- link at the top left corner.

I was under the impression from reading these pages

 http://jqueryui.com/demos/dialog/
 http://jqueryui.com/themeroller/

that the UI theme-driven appearance would be automatically applied to the dialog when it was invoked using this barebones call:

 $('#dialog').dialog()

I would be grateful for suggestions on how to troubleshoot this. Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

友欢 2024-09-09 15:13:42

您需要确保包含 jQuery ui 主题的链接

<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>

You need to make sure you include the link to the jQuery ui theme

<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文