View on GitHub

Prettyselect

A lightweight jQuery plugin to prettify your <select> elements without replacing their default behaviour.

Download this project as a .zip file Download this project as a tar.gz file

Examples

Getting Started

<script>
$(function() {
    $('select').prettyselect();
});
</script>