I am pre-selecting a date on <input type='date' />
and want the user to select a date anyway. If the date selected is the same as the pre-selected value, it does not trigger the change
event in jQuery.
Also tried blur, but it only activates when losing the focus of the element, not on date selection.
Any ideas how to achieve this?
3