前端检查浏览器版本

/**
 *检查浏览器
 * @returns {boolean}
 */
function getExplorerInfo() {
    var explorer = window.navigator.userAgent.toLowerCase();
    if (explorer.indexOf("msie") >= 0) {
        if (explorer.indexOf("msie 6.0") > 0 || explorer.indexOf("msie 7.0") > 0 || explorer.indexOf("msie 8.0") > 0 && !window.innerWidth) {
            $(".install-tips").show();
            return true;
        }
    }
    $(".install-tips").hide();
    return false;
}
<div class="install-tips"
     style="display: none; position: absolute; width: 100%;  height: 100%; overflow: hidden;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#60ffffff,endColorstr=#60ffffff);">
    <div style="line-height: 28px; height: 120px; width: 400px; position: absolute; top: 50%; left: 50%; margin-left: -150px; margin-top: -60px; font-size: 16px; background: #468eca; color: #fff; padding: 30px;">
        <p>1.当前浏览器版本太低或已开启兼容模式,使用可能会有问题</p>
        <p>2.请安装IE9及以上版本并且取消兼容模式</p>
        <p>3.或者 <a href='help/ChromeStandalone_59.0.3071.86_Setup.exe' style="color: red;">下载</a> 安装最新版Chrome浏览器</p>
    </div>
</div>
    $(document).ready(function () {
        getExplorerInfo();
   
    });
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值