DOM 窗口无法工作
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除非您绝对需要使用这个 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 thea
tag that you use for your Open DOMWindow function is pointing to the div that houses the content.