A special thanks to the original author, Marino van der Heijden
Read about how he developed the plugin here: https://marinovdh.wordpress.com/2011/09/14/use-the-iphone-uipickerview-control-as-a-selectbox-on-your-website-with-jquery/
- install gulp to project directory
npm install --save-dev gulp
- install uglify 1x
npm install uglify-js@1
- run gulp
gulp
. builds inbuild
directory:- iphonepicker-x.x.x.js
- iphonepicker-x.x.x.min.js
PR's welcomed
- Make responsive
- Remove dependency of images, and style after a modern iphone "Air" look and feel.
- refactor code. performance is terrible.