Ref Theming
# jQuery UI API Category - Theming
jQuery UI includes a powerful CSS framework for creating custom jQuery widgets. This framework includes classes that cover a wide range of common user interface needs and can be manipulated using (http://jqueryui.com/themeroller/). By using the jQuery UI CSS framework to create your own UI components, you should adopt shared markup conventions, facilitating code integration within the plugin community. You can view (#) for more details.
| API | Description |
| :--- | :--- |
| (#) | A list of class names used by jQuery UI that allow component theming. |
| (#) | A list of icons provided by jQuery UI. |
| (#) | A pattern for handling z-index and stacking elements. |
YouTip