showing results for - "javascript get if ie11"
Luisa
23 Nov 2016
1var isIE11 = !!window.MSInputMethodContext && !!document.documentMode;
2  // true on IE11
3  // false on Edge and other IEs/browsers.