Check documentation for the
latest version of dhtmlxSuite
isIE11 DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
ajax
dateFormat
dateLang
dateStrings
isChrome
isEdge
isFF
isIE
isIE10
isIE11
isIE6
isIE7
isIE8
isIE9
isIPad
isKHTML
isOpera
promise
version
Start
Helpers
Common API
Others
isIE11
set to true if browser is Internet Explorer 11
isIE11
;
Example
if
(
window.
dhx
.
isIE11
)
{
// your code
}
Back to top