// 引入各种公用js库,配置统一路径 (function() { libs = [ 'js/layer.js', 'js/jquery_superslide.js', 'js/swiper.js', 'js/swiper_animate.js', 'js/jquery_scrolla.js', ]; baseurl = "/webfile/" for (var i = 0, lib; lib = libs[i++];) { document.write(''); } })(); //判断ie _ie = (function() { v = 3, div = document.createelement('div'), all = div.getelementsbytagname('i'); while (div.innerhtml = '', all[0]); return v > 4 ? v : false; }()); //页面操作 $(document).ready(function() { //ie版本6-8用layer弹提示升级浏览器 if (_ie > 5 && _ie <= 8) { //弹提示层 layer.confirm('

天呐!您还在使用石器时代的浏览器!
为了更好的浏览体验,赶快升级,做回现代人吧!

', { title: '温馨提示', area: '500px', btn: [' 升级ie', ' 安装 chrome', '继续做原始人 -_-|||'], btnalign: 'c', btn1: function(index, layero) { window.open("https://support.microsoft.com/zh-cn/help/17621/internet-explorer-downloads"); //升级最新ie return false; }, btn2: function(index, layero) { window.open("https://www.google.cn/chrome/"); //下载谷歌浏览器 return false; }, btn3: function(index, layero) { //啥都不做 } }); } //返回顶部 // $('.footer').append('
'); $("#backtop").click(function() { $("html, body").animate({ scrolltop: 0 }, 500) }); function backtop() { st = $(document).scrolltop(), gt = 500; st > gt ? $("#backtop").fadein(300) : $("#backtop").fadeout(300); // $('.menu-btn').css({ // "bottom": "auto", // "top": $('.footer').offset().top - 44 // }); } $(window).bind("load scroll resize", backtop); //移动端菜单 // $(".menu-btn,.mask").click(function() { // $(".menu, .menu-btn, .mask").toggleclass("on"); // $("body").toggleclass("modal-open"); // $(".menu li").toggleclass("animated fadeinright"); // }); });