$(document).ready(function() 在 ie6 中刷新页面后不起作用
$(document).ready(function() 在 ie 6 中刷新页面后不起作用。使用有什么问题吗?当页面加载发生时它是否会在所有条件下工作...在其他浏览器中也如此?
谢谢
$(document).ready(function() not working after page refresh in ie 6.Is there any problem to use?Whether it will work in all condition when page load happens...In other browser also?
Thank You
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
页面某处是否存在 JavaScript 错误?其中之一将阻止任何 JavaScript 的执行。
您可以通过在 Firefox 上使用 firebug 来测试这一点,或者 Chrome 现在为开发人员提供了一个控制台。找到一个链接解释了一些基本检查< /a> 你也可以用 IE 来做
Is there a JavaScript error somewhere on the page? One of these will stop any JavaScript from executing
You can test this by using firebug on firefox or Chrome ships with a console for developers now. Found a link that explains some basic checks you can do with IE also