I'm trying to get events from my web page when the user changes the selected date in the new HTML 5 date / time form input fields. As far as I can tell, neither the input nor change events are fired in Mobile Safari. Is there some other event that these controls fire, or are there some other common events that input controls fire that I should be watching for?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
I am using the 'blur' event in jquery. It seems to be the only one that is firing. |
|||
|
|