tags:

views:

53

answers:

2

Hello,

i use the ThemeRoller from jquery UI, as follow :

     HTML: <div id="switcher"></div>

     jQuery: $('#switcher').themeswitcher({ .... });  

How to apply a specified theme (for example : "Start") when i click on a input button ?

A: 

Try the solution given here:

http://www.filamentgroup.com/lab/using_multiple_jquery_ui_themes_on_a_single_page/

HTH

Raja
thank you for your response. I see it and come back...
Qualliarys
... i'm looking also this link http://keith-wood.name/themes.html#sampler
Qualliarys
...... sorry, i have to go. See you next week, thank you again!
Qualliarys
A: 

Hi,

In fact, I did not find solution to my problem, although I took time to do it!

In other words here is my problem: i would like to offer the user only 3 themes for the UI, e.g. "Smoothness, Start and Flick". To change and choose the next theme, the user simply presses an "input button".

How to do it ?

Qualliarys