Tagged Questions

2
votes
2answers
122 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 …
0
votes
2answers
37 views

using $.support or $.browser to test for multiple browsers

What's the best way to find out if a user is not using IE 7 or 8, Firefox, Safari, Chrome or Opera? I want to show a message if they are not using one those browsers. In this case is it just easier …