Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface.
Just download the latest build and add the corresponding .js and .css to your assets directory
Visit http://rvera.github.com/image-picker
- NPM support thanks to @JD-Robbs
- Bower support
- Easier group styling #53 (Thanks @kkalpakloglou!)
- Custom class to elements #44 (Thanks @poikilotherm!)
- Configure alt property for images #68 (Thanks @curtisgibby)
- Pass original events when firing custom events
- Fixed #49
- Fixed #78 (Thanks @rdennis!)
To contribute, please modify the CoffeeScript source and compile the source using
npm install
npm install uglify-js -g
npm run build