quicksketch / timezonepicker

A jQuery and ImageMap based timezone picker.
52 stars 24 forks source link

Implementation without PHP? #22

Open brylie opened 8 years ago

brylie commented 8 years ago

I am building a JavaScript application, and would like to use your timezone picker. I do not want to add PHP as a requirement to my application, since JavaScript is sufficient for the full stack.

Is there a port of this package available without the PHP requirement?

quicksketch commented 7 years ago

PHP is not a requirement at all. The implementation is only jQuery + HTML. The website timezonepicker.com can generate an imagemap at a particular size, then you can copy/paste the imagemap into your application.

thanigai786 commented 6 years ago

please give some more points about the configuration of the plugin and also about the generation imagemap for using in js.