jQuery Datepicker onchange event issue

I have a JS code in which when you change a field it calls a search routine. The problem is that I can’t find any jQuery events that will fire when the Datepicker updates the input field.

For some reason, a change event is not called when Datepicker updates the field. When the calendar pops up it changes the focus so I can’t use that either. Any ideas?

18 Answers
18

Leave a Comment