使用jquery,复制维基百科菜单(带箭头)的最简单方法是什么
i want to replicate the menu on the left hand side of wikipedia
is there any jquery plugin that exists to do the expand and collapse or do i have to write it from scratch?
In particular, i want the right and down arrows to show to indicate that this is a clickable menu
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有关详细信息,请参阅 jQuery 文档:http://docs.jquery.com/Main_Page
尝试一下:
样式:
还有你的 jQuery:
See jQuery's documentation for more info: http://docs.jquery.com/Main_Page
Try this out:
Styles:
And your jQuery:
使用 jQuery UI 中的手风琴小部件并根据需要设置其样式。或者您可以使用切换效果。
Use the accordion widget in the jQuery UI and style it as you like. Or you could use the toggle effect.