DOM 窗口无法工作

发布于 2024-11-18 18:42:23 字数 302 浏览 2 评论 0原文

我使用 DOM 窗口 ( http://swip.codylindley.com/DOMWindowDemo.html ) 来创建警报。但是,进入窗口的内容位于 id 内联内容 下。

但是,js 文件不会对此 id 执行任何操作,并且内部内容不会显示。

是否有一个 css 文件丢失,因为窗口出现但里面什么也没有?

ps我正在使用示例一

Im using DOM window ( http://swip.codylindley.com/DOMWindowDemo.html ) to create alerts. However the content that goes in the windows is under the id inline content.

However the js file doesnt do anything with this id and the content inside isn't showing up.

Is there a css file im missing because the window appears but with nothing in it?

p.s. I'm using example one

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

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

发布评论

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

评论(1

无悔心 2024-11-25 18:42:23

除非您绝对需要使用这个 DOM 窗口插件,否则我建议您仅使用简单的 javascript 或 jquery 命令来完成这个相当简单的任务。

但无论如何,由于您使用的是示例一,因此需要确保用于 Open DOMWindow 函数的 a 标记上的 href 指向 div包含内容。

Unless you absolutely need to use this DOM Window plugin, I'd recommend just using simple javascript or jquery commands to achieve this rather simple task.

But anyways, since you're using example one, you need to make sure that the href on the a tag that you use for your Open DOMWindow function is pointing to the div that houses the content.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文