$(function(){ // 初始化SDAPP new SDAPP({ "menu":{ type:"aside" } }); //jumbotran $(".jumbotran").sudyfocus({ p:301, zWidth: 625, zHeight: 350, isNavHover: true, pagination: true, title: { active: true, // 是否显示标题 isAutoWidth: false, // 标题背景自动宽度 href: false // 标题是否加文章链接 }, text: { active: false, // 是否显示简介 isAutoHeight: true, // 简介文字自动高度 href: true // 标题是否加文章链接 }, speed:800 }); //Logo Click $('.logo').click(function(e){ location.href = 'https://hsfdyjy.shiep.edu.cn/'; }); });