w2utils.isIE
更新日: 2018-09-07
ブラウザがIE(Internet Explorer)かどうかを判定します。
Boolean, read onlyInternet Explorerの場合はtrue、 それ以外の場合はfalseを返します。
isIE = w2utils.isIE;
console.log('is Internet Explorer: ' + isIE);デモ
Internet Explorerかどうかを判定して、console.logを出力します。
JavaScript
isIE = w2utils.isIE;
console.log('is Internet Explorer: ' + isIE);
© 2017.  .
.
Code licensed under theMIT License. Documentation licensed underCC BY 3.0.
このコンテンツはvitmalinaによるw2ui.utilsドキュメントを翻訳/改変したものです。