【发布时间】:2012-09-21 03:19:21
【问题描述】:
我的 jquery 对话框出现了一些奇怪的错误。
当我让它自动打开时,对话框是完全空的。如果我退出对话框然后重新打开(通过标准对话框打开事件),内容就会出现。
jquery 设置:
$("#content_locker").dialog({
autoOpen: true,
modal: true,
height: 600,
width: 800
});
Here you can see the webpage that I am working on(这是一个链接缩短服务)。
对话框 div 从源代码的第 148 行开始:
<div id="content_locker" title="Exclusive Content">
您会看到对话框是空的。如果你退出并点击解锁按钮,正确的 html 就在那里。
有什么想法吗?
【问题讨论】: