长 jQuery 手风琴的问题
我在使用长 jQuery 手风琴时遇到了一个奇怪的问题。在页面顶部,一切都很好。一旦页面需要滚动,事情就会开始变得愚蠢。页面底部附近的手风琴选项卡打开得很好,但是页面会自动跳到顶部,迫使您向下滚动以查看下拉菜单?
这是一个例子: http://staging.embarcadero.com/products/delphi-xe-frequently -asked-questions
希望我能解释清楚。
I am running in to a strange problem with a long jQuery accordion. Towards the top of the page, everything works great. As soon as the page needs to scroll things start acting goofy. The accordion tabs near the bottom of the page open just fine, but the page automatically jumps to the top when it does to forcing you to scroll back down to see the drop down?
Here is an example:
http://staging.embarcadero.com/products/delphi-xe-frequently-asked-questions
Hope I explained this ok.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我看不到您的页面,但很可能出现错误 = 您没有在附加的 javascript 代码末尾添加
return false()
(或e.preventDefault();
点击
事件I cant see your page but most likely error = you didn't add
return false()
(ore.preventDefault();
at the end of your javascript code attached toclick
event