Last Updated: February 25, 2016
·
238
· miqdad

Javascript Internet Explorer 11 detection

<script type="text/javascript">
    !(window.ActiveXObject) && "ActiveXObject"
     function isIE11(){
        return !!navigator.userAgent.match(/Trident.*rv[ :]*11\./);
     }
 </script>