同一页面上有两个不同的 jQuery UI 主题
我想在同一页面上有两个不同的 jQuery UI 手风琴菜单,但我希望它们有不同的主题。 这可能吗?
I want to have two different jQuery UI accordion menus on the same page, but I want them to have different themes. Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
绝对地。 jQuery UI CSS 框架 拥有强大且完整的主题解决方案。 只需为您的手风琴提供单独的 CSS 类 - jQuery UI 类本质上是语义的 - 然后就可以开始了! 如果您想要一个例子,请告诉我。
编辑:有很多不同的方法可以做到这一点,具体取决于您的需求。 有关如何使用的详细信息,请参阅此页面的底部用手风琴演奏主题
Absolutely. The jQuery UI CSS Framework has a robust and complete theming solution. Just give your accordions separate CSS classes - jQuery UI classes are semantic in nature - and off you go! Let me know if you'd like an example.
EDIT: There are many different ways to do this, depending on what your needs are. See the bottom part of this page for more information on how to use theme-ing with the accordion
根据 Filament Group 的文章 在单个页面上使用多个 jQuery UI 主题,它是下载主题时可以提供 CSS 范围,允许您在单个页面上指定备用主题的使用。 还有一个指向演示页面的链接。
免责声明:我自己还没有尝试这样做,但它看起来确实很有希望。
According to the article Using Multiple jQuery UI Themes on a Single Page from the Filament Group, it is possible to provide a CSS Scope when a theme is downloaded that will allow you to specify use of alternate themes on a single page. There is also a link to a demo page.
Disclaimer: I have not tried doing this myself, but it does look promising.