Tagged Questions
5
votes
2answers
4k views
Detecting support for specific HTML 5 features via jQuery
I'm working on some HTML5 demo code, including stuff like <input type="date" />
This currently works correctly in Opera 10 as-is, but every other browser just displays a normal text input. I'm ...