Twipped / Kalendae

A javascript date picker that just works.
MIT License
1.99k stars 285 forks source link

Enable bubbling of DOM change event #156

Closed JelteF closed 9 years ago

JelteF commented 9 years ago

This way the event can be captured by parent elements. This can be useful when you use the change event to see if something in the form changed.

Twipped commented 9 years ago

Sounds reasonable. I notice that the initEvent function has actually been deprecated, but it looks like IE doesn't support what's supposed to replace it, so probably not much point in changing that yet.