Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rvera/image-picker
Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface.
https://github.com/rvera/image-picker
Last synced: 3 months ago
JSON representation
Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface.
- Host: GitHub
- URL: https://github.com/rvera/image-picker
- Owner: rvera
- License: other
- Created: 2013-01-02T08:35:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T21:35:10.000Z (about 1 year ago)
- Last Synced: 2024-04-24T16:04:40.821Z (9 months ago)
- Language: JavaScript
- Homepage: http://rvera.github.com/image-picker
- Size: 2.14 MB
- Stars: 908
- Watchers: 46
- Forks: 216
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-jquery - image-picker - Image Picker is a simple jQuery plugin that transforms a select element into a more user friendly graphical interface. (Images / Data Table)
README
# 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
- NPM support thanks to @JD-Robbs## 0.3.0
- 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!)# 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](https://github.com/mazipan) for porting to [Vue](https://github.com/mazipan/vue-select-image)