You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is nonsense. In clearField() is already "$this.val('').change();" so all what you need is add
$('#your_datepicker_selector').on('change', function() { alert('changed'); });
Thats working fine here with datepicker from jquery-ui.
$this.trigger('changeDate');
The text was updated successfully, but these errors were encountered: