jQuery 手风琴和滑块不能一起工作
我们有以下代码:
应该显示一个手风琴,内容为每个窗格都有一个 jquery 滑块。
目前它不只是显示控件。
如果您编辑 CSS 行:
#accordion .pane { display:none; height:705px; color:#fff; font-size:12px; }
并删除 display:none
,您将看到窗格展开并且幻灯片正常工作。
任何人都可以帮助我,因为我对它的(不)工作方式感到非常沮丧。
We have the following code:
Which should show an accordion with content in each pane along with a jquery slider.
At the moment it doesn't it just show's the controls.
If you edit the CSS line:
#accordion .pane { display:none; height:705px; color:#fff; font-size:12px; }
and take away the display:none
you will see the panes expanded and the slideshows work correctly.
Could anyone help me out as getting quite frustrated with the way it's (not) working.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过在页面加载后不指定显示来解决:
Solved by assigning the display none after the page had loaded using: