Two different jQuery UI themes on the same page
问题 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? 回答1: 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