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.
The jQuery-ui-pic.css
stylesheet needs to be in a folder under the same root as the img
folder.
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>
You can use any sprites included in the jQuery UI; I have copied a few of them in this project.
Thank you to jQuery, and jQuery UI for the sprites and Twitter Bootstrap for the styles.