what is jquery CSS frame work and how to use the frame work for giving look and feel to the website? and how to give skins? Give me how to implement jqueyUI css class and id to maintain consistent look and feel to the entire site? any demos ?
views:
48answers:
2what is jquery CSS frame work and how to use the frame work for giving look and feel to the website?
I think you are talking about the The jQuery UI CSS Framework Here is it's documentation, and you have lots of examples here, finally, you have the default theme's code in here.
Good luck :)
The way I learned it is by using Firebug and reading the styles on this page.
By reading the classes applied to all elements, I got familiar with the framework and started applying it to my project. All the class names are obvious and it's really easy to learn.
You can combine this with some of the javascript methods the framework provides, such as button() and buttonSet() which automatically get styled for you. Radio buttons and Checkboxes look amazing, so for any administration/management interface, they're perfect!
Good luck and I have no doubt you'll enjoy the framework.