是不是浏览器的问题(IE7)
这是动态示例 jsFiddle 动态 DEMO 点击我 这是静态示例 jsFiddle static DEMO CLICK ME
当我将标记动态加载到 div 中时,它是不能在 IE7 中工作。
但如果它是静态的,它就可以正常工作。
昨天我无法清楚地陈述我的问题,所以我做了这个小提琴。
请查看并回复。
This is the dynamic example jsFiddle dynamic DEMO CLICK ME
and This is static example jsFiddle static DEMO CLICK ME
When I load markup dynamically into div it is not working in IE7.
But if it is a static it works fine.
Yesterday I was unable to state my problem clearly so I made this fiddle.
Please check it out and reply.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
发生这种情况是因为 IE6/7 规范了它们的 href 属性。更改 $li 选择器以搜索 href 末尾的文件名,如下所示:
This happens because IE6/7 normalize their href attributes. Change the $li selector to search for the file name at the end of the href, like this: