Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 777 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 777 Bytes

jQuery-ui-pic creates simple classes for jQuery UI icons.

They mirror the jQuery UI ui-icon classes but are simpler and can be used without additional jQuery UI stylesheets.

Installation

The jQuery-ui-pic.css stylesheet needs to be in a folder under the same root as the img folder.

Usage

The HTML markup:

<i class="pic-trash"></i>

can be used within a link like so:

<a href="#delete"><i class="pic-trash"></i> Delete</a>

Images

You can use any sprites included in the jQuery UI; I have copied a few of them in this project.

Credits

Thank you to jQuery, and jQuery UI for the sprites and Twitter Bootstrap for the styles.