views:

287

answers:

1

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  A: 

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

Josh E