我真的不明白为什么这个片段适用于所有浏览器,但 chrome :S
$(".tab1, .tab2, .tab3").css({"height":newHeight}).getNiceScroll().resize();
编辑
这看起来像一个带有 css() for chrome 的 jquery 错误,我将 css() 更改为 animate(),现在它工作正常。
我要提交错误报告。
我真的不明白为什么这个片段适用于所有浏览器,但 chrome :S
$(".tab1, .tab2, .tab3").css({"height":newHeight}).getNiceScroll().resize();
编辑
这看起来像一个带有 css() for chrome 的 jquery 错误,我将 css() 更改为 animate(),现在它工作正常。
我要提交错误报告。
Console.log 错误:
键“width”的视口参数值“device-width”无效,已被忽略。
在第 5 行检查你META
的null
字符...width=device-w*idth...
<meta name="viewport" content="initial-scale=1,maximum-scale=1,height=device-height,width=device-width,user-scalable=no">
[编辑粘贴截图]
请..在此处或小提琴文件中粘贴代码..当您解决问题时,您的链接引用对其他人毫无用处。
这看起来像一个带有 css() for chrome 的 jquery 错误,我将 css() 更改为 animate(),现在它工作正常。
我要提交错误报告。