jQueryUI 按钮显示操作的子菜单
jQueryUI 文档有按钮示例:
http://jqueryui.com/demos/button/#icons
在此页面上,我正在查看最右边带有滚轮和向下箭头的示例。假设单击此按钮将显示某种操作菜单。然而他们没有实现这个例子的其余部分。
我想做这样的事情,其中每个项目都会触发一些 javascript 代码。 有没有一个看起来不错的好例子(这就是我一直在研究 jQuery-UI 的原因)。
The jQueryUI documentation has examples of buttons:
http://jqueryui.com/demos/button/#icons
On this page I'm looking at the rightmost example with a wheel and a down arrow. The assumption is that clicking on this button will show an action menu of some sort. However they didn't implement the rest for this example.
I'm looking to do something like this, where each item would trigger some javascript code.
Is there a good example out there of something that looks decent (which is why I've been looking at jQuery-UI).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此页面提供了如何创建这些按钮菜单的一个很好的示例:
https://www.filamentgroup.com/lab/jquery-ipod-style-and-flyout-menus.html
This page gives a good example of how you can create those button menus:
https://www.filamentgroup.com/lab/jquery-ipod-style-and-flyout-menus.html
将此调用添加到代码中:
请参阅:
Add this call to the code:
See: