views:

54

answers:

2

Can you provide me links and resources for jquery UI themed websites or home pages and tutotirals on how to theme a page using Jquery UI?

+2  A: 

Check out the jQuery UI CSS Framework/Theming API here: http://docs.jquery.com/UI/Theming/API

Basically it's a bunch of classes you can use to style your layout consistently, many plugins use these same classes, the link above lists most of the classes there (assured not to change) and descriptions of each. Now to customize any theme, the UI team provides ThemeRoller. You can also use ThemeRoller to quickly get the classes of icons and such, just hover over them to see what class they are.

When you're designing though and want to tweak your look once you start using classes, you can use the ThemeRoller developer tool (bookmarklet, only works in Firefox) to see live changes to your page (instead of the ThemeRoller demo page).

Nick Craver
Thanks and Nice stuff !!!
Siva
A: 

See JQuery UI Theme Roller

and JQuery Theme Roller

Script Runner