JSPM

image-picker

0.3.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1276
  • Score
    100M100P100Q113572F
  • License MIT

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

Package Exports

  • image-picker

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (image-picker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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!)