ericjgagnon / wickedpicker

A simple jQuery timepicker
http://ericjgagnon.github.io/wickedpicker/
MIT License
93 stars 78 forks source link

Issues when used with jquery mobile #19

Closed tgoulas closed 8 years ago

tgoulas commented 8 years ago

When used with jquery mobile, the element keeps the focus, even after close (clicking x), using ESC or clicking anywhere else.

tgoulas commented 8 years ago

With jquery mobile one should use: $( document ).on( "pageinit", function() {....}); instead of $(document).read(function(){...}); That was causing the problem.