jquery Jscroll 不显示
似乎无法让 Jscroll 显示出来。我在样式表中设置了一种颜色只是为了测试它,但我无法显示任何内容。任何帮助将不胜感激。
Can't seem to get Jscroll to show up. I set a color in the style sheet just to test it but I can't get anything to show up. Any help would be greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我今天刚刚花了一些时间玩 jScroll。我注意到您的页面正在使用 jquery 1.2.3 - 您是否尝试将其升级到最新的 1.3.2?我相信最新版本中有几个新的属性/方法在您使用的版本中不可用(innerWidth 是其中之一)。
祝你好运!
I just spent some time today playing around with jScroll. I noticed your page is using jquery 1.2.3 -- have you tried upgrading it to the latest 1.3.2? I believe there are several new properties/methods in the latest version that were not available in the version you're using (innerWidth being one of them).
Good luck!
页面有错误
尝试在 Firefox 中使用 Firebug 来帮助您找出问题所在
当涉及到使用 JavaScript 时,Firebug 是一个救星。我强烈建议您使用它。
there is an error on the page
try using Firebug with Firefox to help you figure out what is going wrong
Firebug is a life-saver when it comes to working with javascript. I highly recommend that you use it.