document.addEventListener("DOMContentLoaded", function () { searchAndDestroy(); }); function searchAndDestroy() { var internetExplorerBrowser = navigator.userAgent.match(/Trident.*rv[ :]*11\./i); if (internetExplorerBrowser) { $("body").addClass("iefit"); alert( "本站不支持IE浏览器或者360兼容模式,为了给您最佳的浏览体验,请下载最新的浏览器或使用google、360极速模式等Webkit内核的浏览器,非常感谢!" ); } // end if internetExplorer } // end searchAndDestroy()