Javascript Browser Detection – Navigator User Agent Sniffing Guide

Javascript browser detection can be useful. This is called user agent sniffing.  jQuery had the function “.browser” which would detect the users browser, but it was removed in jQuery version 1.9. They now recommend “.support” for browser feature detection. *using navigator.userAgent can make you vulnerable to spoofing.  It is considered poor practice. Here is a … Continue reading Javascript Browser Detection – Navigator User Agent Sniffing Guide