quicksketch / timezonepicker

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

Trigger the Change Handler on Selection #5

Open michaelahlers opened 11 years ago

michaelahlers commented 11 years ago

I was surprised when the change event wasn't fired on the target (and countryName) inputs. My solution is a bit of a hack (it allows for one spurious call to click from updateTarget) in that it only guards against redundant triggers, but I wanted a minimally invasive change. This was important for my integration with an AngularJS project.

sandeepmovva commented 11 years ago

+1