在 JQuery UI Accordion 中,如何为一种状态显示两个图标?
我在 JQuery 手风琴设置中有以下图标:
icons: { 'header': 'ui-icon-plus', 'headerSelected': 'ui-icon-minus' }
我是否可以同时为“标题”设置两个图标,而不是只有一个图标。
因此,问题是为一个“Header”/“headerSelected”状态显示两个图标?
I have the following icons in JQuery accordion setup:
icons: { 'header': 'ui-icon-plus', 'headerSelected': 'ui-icon-minus' }
Is it possible that I can have two icons at the same time for 'header' instead of just one.
Hence, the question is to display two icons for one 'Header'/'headerSelected' state?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
类似的东西会起作用
Something like it will work