使用 jquery 1.6 的 chrome 中的 nyroModal 关闭按钮问题
当我在 Chrome 中打开 nyroModal 并调整窗口大小时,closeButton 无法重新定位到新尺寸,而是保持固定在其原始位置。我测试过这个问题,发现它是由 jquery 1.6 引起的,我的网站是使用 1.6 编写的,所以我不确定我是否可以下拉。有人对我可以做些什么让 nyro 与 1.6 一起工作有任何建议吗?
谢谢 凯尔
When I open nyroModal in Chrome and resize the window the closeButton fails to reposition to the new dimensions instead remaining fixed to its original position. I have tested this problem and found that it is being caused by jquery 1.6, my site has been written using 1.6 so Im not sure I can drop down. Has anyone any suggestions on what I can do to make nyro work with 1.6?
Thanks
Kyle
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在这里重现了您的问题: http://jsfiddle.net/xUnXr/ (请注意,该示例使用 jQuery 1.6.2)。
最简单的解决方案是将 jQuery 更新到 1.6.3。工作示例: http://jsfiddle.net/xUnXr/1/
I reproduced your problem here: http://jsfiddle.net/xUnXr/ (note that that example is using jQuery 1.6.2).
The simplest solution is to update jQuery to 1.6.3. Working example: http://jsfiddle.net/xUnXr/1/