作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
这是我的代码
<script type="text/javascript">
$(function() {
$("#dialog").dialog();
});
</script>
<div id="dialog" title="Basic dialog">
<p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p>
</div>
firebug 说 jquery-ui-1.7.2.custom.min.js 已加载。
有什么想法吗?
问候
哈维
最佳答案
您的代码有效,you can see a working demo here .
您确定还包括 jQuery UI 的样式表吗?您要么需要包含下载时附带的图像(以及相同相关文件夹中的相关图像),要么使用 CDN 托管的图像。您可以在 jQuery UI 博客上找到 1.7.2 的各种默认主题的 CDN 链接:http://blog.jqueryui.com/2009/06/jquery-ui-172/ (在 Google Ajax Libraries API> 主题下)
最后一件事,正如上面评论者提到的,你应该 accept answers to your questions ,它将帮助您更快地获得 future 问题的答案。
关于JqueryUI : trying to show a dialog,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2902392/
我是一名优秀的程序员,十分优秀!