How can I target only Internet Explorer 11 with JavaScript?

后端 未结 7 2355
一个人的身影
一个人的身影 2020-11-27 03:23

What\'s the least error-prone way to target just IE11 with JavaScript?

Note: This should really only be done for analytics or informing the user what browser they\'r

7条回答
  •  长情又很酷
    2020-11-27 03:44

    Here's a script you can use to detect any browser:

    
    

提交回复
热议问题