Easy Tutorial
❮ Jqueryui Widget Factory Jqueryui Api ❯

jQuery UI CSS Framework API

jQuery UI CSS Framework

jQuery UI includes a powerful CSS framework designed for creating custom jQuery widgets. The framework contains classes necessary for common user interface designs and can be maintained using jQuery UI ThemeRoller. By using the jQuery UI CSS framework to create your own UI components, you adhere to shared markup conventions for code integration within the plugin community.

Framework Classes

The following CSS classes are defined in ui.core.css and ui.theme.css based on whether the styles are structural or themable (colors, fonts, backgrounds, etc.). These classes are designed for user interface elements to achieve visual consistency across the application and can be themed using jQuery UI ThemeRoller.

Layout Helpers

Widget Containers

Interaction States

Interaction Cues

Icons

State and Image

Icon Types

After declaring the .ui-icon class, you can declare a class describing the type of icon. Typically, icon classes follow the syntax .ui-icon-{icon type}-{icon sub description}-{direction}.

For example, a triangle icon pointing to the right would be: .ui-icon-triangle-1-e jQuery UI's ThemeRoller provides a complete set of CSS framework icons in its preview section. Hovering the mouse over the icons shows the class names.

Other Visual Effects

Corner Radius Helpers

Overlay & Shadow

❮ Jqueryui Widget Factory Jqueryui Api ❯