jQuery Split Button Demo:是我的问题还是那只是 2 个按钮?
Looking at implementing a split-button similar to: the jQuery SplitButton demo.
Whats the difference between this example and just using 2 buttons? am I missing something?
..particularly regarding the joint "set" demonstrated...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这就是全部:两个组合在一起的按钮。正如网页上所述 -
它们只是给我们提供了另一个可以使用按钮小部件轻松完成的事情的示例。
That's all it is: two buttons that are grouped together. As it states on the webpage -
They were just giving us another example of something that could be easily accomplished with the button widget.