如何使用 jquery 创建下拉按钮?
我需要一个类似于 Facebook 帐户的按钮,位于右上角。一个按钮,单击时会显示一个包含选项的下拉列表,
我已经尝试在谷歌中进行搜索,但找不到类似的内容。
有什么想法吗? 谢谢
I need a button similar to the facebook account, in the right top. A button that when clicked show a dropdown list with options
I already tried a search in google but i can't find nothing similar.
Any idea?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我发现两个链接可能就是您想要的:
如何创建按钮下拉菜单…就像facebook
Facebook 风格 CSS JQuery 下拉菜单
I found two links may be what you want:
How to create a Button Dropdown … like facebook
Facebook Style CSS JQuery drop down menus
它不是 jquery,但 YUI 菜单按钮 可能会满足您的需求。它允许您显示简单的文本项列表并在用户单击它们时捕获事件,或者您可以跳出框框并使用您自己的自定义 html 格式化面板。它也可以很好地与 jquery 配合使用,这并不奇怪。
It's not jquery, but the YUI menu button might fit your needs. It allows you to display a simple list of text items and catch events when users click on them, or you can step out of the box and format a panel with your own custom html. It also plays fine with jquery, not too surprisingly.