JQuery Themeroller Question User Interface

I just created a custom theme at http://jqueryui.com/themeroller/ and downloaded the theme.

Now how do I start and implement CSS?

+2
source share
2 answers

Read the jQuery UI API

+6
source

The main goal of themeroller is to use jQuery widgets for jQuery. You can use the theme on your own site and for your own widgets, but you will need to open the files and see the classes so that you can apply them in your HTML.

+1
source

All Articles