Easy Tutorial
❮ Api Uniqueid Api Tooltip ❯

jQuery UI API - Icons

jQuery UI provides a wide range of icons that can be used by applying class names to elements. The class names generally follow the syntax .ui-icon-{icon type}-{icon sub description}-{direction}. For example, the following will display an icon of a thick arrow pointing north:

<span class="ui-icon ui-icon-arrowthick-1-n"></span>

Icons are also integrated into some jQuery UI widgets, such as accordion, button, and menu.

Below is the complete list of icons provided by jQuery UI:

❮ Api Uniqueid Api Tooltip ❯