笙默考试管理系统-MyExamTest(1)
目录
一、 笙默考试管理系统-MyExamTest
二、 笙默考试管理系统-MyExamTest
三、 笙默考试管理系统-MyExamTest
四、 笙默考试管理系统-MyExamTest
五、 笙默考试管理系统-MyExamTest
* Created by jing.zhao2013 on 14-3-27.
*/
jQuery(function($){
//题库是否多选显示
function nav(){
var $d=$("#nav").children("li.on").find("ul");
if($d.outerHeight()>30){
$d.show();
$("#mytop").css("marginBottom",34);
}else{
$d.hide();
}
}
nav();
// 高度自适应
function autoFit(){
$(".footer-bg").height(0);
var wh=$(window).height();
var dh=$("body").height();
if(dh
$(".footer-bg").height(wh-dh);
}
}
autoFit();
// 下拉菜单
if($("#menu").get(0)){
$("#menu").zjmenu({event:"click"});
}
// 下拉菜单
if($("#menu1").get(0)){
$("#menu1").zjmenu({event:"click"});
}
//回到顶部
if($("#backTop").get(0)){
$("#backTop").backBtn({
isBack:true,
goBack:false,
scrollTop:0,
position:"right",
width:1000,
offset:16,
bottom:90
});
}
if($("#appDownload").get(0)){
$("#appDownload").backBtn({
isBack:false,
goBack:false,
scrollTop:0,
position:"right",
width:1000,
offset:8,
bottom:150
});
}
* Created by jing.zhao2013 on 14-3-27.
*/
jQuery(function($){
//题库是否多选显示
function nav(){
var $d=$("#nav").children("li.on").find("ul");
if($d.outerHeight()>30){
$d.show();
$("#mytop").css("marginBottom",34);
}else{
$d.hide();
}
}
nav();
// 高度自适应
function autoFit(){
$(".footer-bg").height(0);
var wh=$(window).height();
var dh=$("body").height();
if(dh
$(".footer-bg").height(wh-dh);
}
}
autoFit();
// 下拉菜单
if($("#menu").get(0)){
$("#menu").zjmenu({event:"click"});
}
// 下拉菜单
if($("#menu1").get(0)){
$("#menu1").zjmenu({event:"click"});
}
//回到顶部
if($("#backTop").get(0)){
$("#backTop").backBtn({
isBack:true,
goBack:false,
scrollTop:0,
position:"right",
width:1000,
offset:16,
bottom:90
});
}
if($("#appDownload").get(0)){
$("#appDownload").backBtn({
isBack:false,
goBack:false,
scrollTop:0,
position:"right",
width:1000,
offset:8,
bottom:150
});
}