Top "Browser-detection" questions

Detecting the type and version of the browser the user uses to view the webpage.

How to target Microsoft Edge with CSS?

I would like to target Edge and have flexbox behave simliar to Firefox 33 / Chrome, for more detail see this question. …

css browser-detection microsoft-edge
Javascript IE detection, why not use simple conditional comments?

In order to detect IE most Javascript libaries do all sort of tricks. jQuery seem to add a temporary object …

javascript internet-explorer browser-detection conditional-comments
Show a message if the browser is not internet explorer 9 or greater

I would like to show my users a bar that looks like this, if: Browser is not IE; or Browser …

javascript jquery css internet-explorer browser-detection
server-side browser detection? node.js

Most implementations i've seen are for browser detection on the client side. I was just wondering if it was possible …

javascript browser node.js browser-detection
Easiest/Lightest Replacement For Browser Detection jQuery 1.9?

I had several clients complain yesterday that some code stopped working. Apparently it comes down to plug-ins using the now …

jquery browser-detection
Detecting IE6 using jQuery.support

Anyone have any ideas on how to test for something specific for IE6 (and not IE7) using jquery.support? My …

jquery browser-detection
Mobile detection

Is there a way to detect mobile devices using Javascript? Also, I researched that there are such an XML which …

javascript mobile user-agent browser-detection
How to do browser detection with jQuery 1.3 with $.browser.msie deprecated?

How should browser detection be done now that jQuery 1.3 has deprecated (and I'm assuming removed in a future version) $.browser.…

jquery css browser-detection
How do you detect between a Desktop and Mobile Chrome User Agent?

For a Chrome Desktop Extension home page, I'm trying to detect whether a user is using Chrome for Desktop or …

javascript google-chrome browser-detection
What's the replacement for $.browser

The jQuery document tags $.browser as deprecated. So what's the replacement for it?

jquery browser-detection