I use many inputs with HTML5 types (for example, "date" or "time") using the jQuery Tools library. Some browsers (like Opera) automatically recognize this and, for example, convert <input type="time" /> to time input.
However, I do not want this behavior (since entering time in Opera does not include seconds). Is there a general HTML5 way to disable this special behavior?
Thanks Remo
javascript jquery html5 opera
Remo
source share