简体   繁体   English

将内容插入DIV后,Firefox和IE继续加载

[英]Firefox and IE continue to load after content has been inserted into a DIV

I have a situation where I'm inserting javascript generated HTML code into a DIV. 我遇到将javascript生成的HTML代码插入DIV的情况。 One would think this would be a no brainer, but for some reason, once the code is in, the status bar and tab loading graphics start up in both browsers and never stop again. 有人会认为这是没有道理的,但是由于某种原因,一旦输入了代码,状态栏和加载选项卡的图形就会在两个浏览器中启动,并且再也不会停止。 The page continually appears to be loading data, but in reality, there's nothing more to load. 该页面似乎一直在加载数据,但实际上,没有更多要加载的内容。 Any idea why this may be happening? 知道为什么会这样吗? Solutions? 解决方案? I appreciate any help. 感谢您的帮助。 Thanks! 谢谢!

Install the Firebug plug-in for Firefox. 安装Firefox的Firebug插件。 Open it up and got to the NET tab. 打开它并进入“ NET”选项卡。 That will allow you to see your network activity. 这样您就可以查看网络活动。 Something on the server may be stalling. 服务器上的某些东西可能停滞了。 This will help you find it. 这将帮助您找到它。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在加载内容后加载 HTML - How to load HTML after content has been loaded 如何使用.load()从已加载到div的页面链接到父站点(即index.html) - How to link to parent site (ie index.html) from a page that has been loaded into a div using .load() 内容在 IE 中垂直扩展,但在 Firefox 中有滚动条 - Content expands vertically in IE but has a scrollbar in Firefox 是否有类似于`$(window).load();`用于在新插入的Ajax内容完成加载后执行函数? - Is there something similar to `$(window).load();` for executing a function after newly inserted Ajax content has finished loading? 在ajax请求完成后继续功能 - Continue function after ajax request has been completed 从模板插入元素后如何获取元素 - How to get Element after it has been inserted from template 通过ajax加载内容后,如何在div的顶部制作水平滚动条? - How do I make a horizontal Scrollbar at the top of the div Work after the content has been loaded via ajax 在使用javascript附加div后如何动态删除其内容 - How to dynamically remove content from a div after it has been appended with Javascript 仅在呈现了所有Ajax响应内容之后才隐藏div - Hide a div Only after all the content of Ajax response has been rendered 在jQuery加载命令之后有一种强制等待的方法,直到html被渲染到div中? - After a jQuery load command is there a way to force a wait until the html has been rendered into the div?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM