rvera / image-picker

Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface.
http://rvera.github.com/image-picker
Other
907 stars 216 forks source link

Image Picker 0.3.1

Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface.

Installation

Just download the latest build and add the corresponding .js and .css to your assets directory

Examples and doc

Visit http://rvera.github.com/image-picker

What's new

0.3.1

0.3.0

Contributing

To contribute, please modify the CoffeeScript source and compile the source using

npm install    
npm install uglify-js -g
npm run build

More

Thanks to @mazipan for porting to Vue