jquery mobile拆分按钮列表上有多个按钮?
有谁知道如何在拆分按钮列表上添加多个按钮(2 个拆分按钮)?
文档中没有提到任何内容
http://jquerymobile.com/test/docs/ lists/lists-split.html
在列表视图中添加另一个 标记不会创建多个拆分按钮。它似乎只是将最后一个链接标记解释为拆分,并将前面的链接显示为正常链接/按钮。
有办法完成这个任务吗?
非常感谢。
Does anyone know how to add multiple buttons (2 split buttons) on a split button list?
There is nothing mentioned in the documentation
http://jquerymobile.com/test/docs/lists/lists-split.html
Adding another <a>
tag inside the listview doesn't create multiple split button. It seems to just interpret the last link tag as the split and shows the previous links as normal links/buttons.
Is there a way to accomplish this task?
many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你可以在源代码中找到。
或者
使用组按钮
参考:http://jquerymobile.com/test/docs/buttons/按钮-grouped.html
You can find in the source code.
or
Use Group Buttons
Ref: http://jquerymobile.com/test/docs/buttons/buttons-grouped.html
这是一个例子:
Here is an example:
请检查这个JS小提琴。
Please check this JS fiddle.