Due to the CSS3 and HTML5, I would like to check what browser (and version) the visitor is using. What is the best way of doing that? I know that most ways screw up certain checks, for example phones or tablets, as well as some uncommon browsers, but there ought to be a way to get that information properly?
Share
I recommend you take a look at Modernizr. It’s a js library that does what you need