A lightweight jQuery plugin to prettify your select elements without replacing their default behaviour.
Download the CSS and JS files.
In your web page:
<link rel="stylesheet" type="text/css" href="dist/prettyselect.css">
<script src="dist/jquery.prettyselect.min.js"></script>
<script>
$(function() {
$('select').prettyselect();
});
</script>
(Coming soon)
Copyright (c) 2013 Mike Klöden
Licensed under the MIT license.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
Please don't edit files in the dist
subdirectory as they are generated via grunt. You'll find source code in the src
subdirectory!