views:

37

answers:

1

We are using the redmond theme from jQuery UI and we have almost ready another theme completely customized for our customer.

I would like to let the userto choose its theme between the two.

How can I do it?

+2  A: 

I think the easiest way to go about this is to use the themeswitcher widget, or a modification of it.

You can see the source here: http://jqueryui.com/themeroller/themeswitchertool/ Just change the theme URLs/images (if you want images) to the ones you have created.

Nick Craver