$(document).ready(function() {
var index = 0;
var autoTimer = 0;
var clickEndFlag = true;
var oInner = $(".font-inner");
var oLi = $(".font-inner li");
oLi.eq(0).clone(true).appendTo(oInner);
var liHeight = $(".scroll-txt").height();
function tab() {
oInner.stop().animate({
top: -index * liHeight
}, 400, function() {
clickEndFlag = true;
if (index == oLi.length) {
oInner.css({
top: 0
});
index = 0;
}
})
}
function next() {
index++;
tab();
}
function prev() {
index--;
if (index < 0) {
index = oLi.size() - 1;
oInner.css("top", -oLi.size() * liHeight);
}
tab();
}
$(".scroll-txt .gt").on("click", function () {
if (clickEndFlag) {
next();
clickEndFlag = false;
}
});
$(".scroll-txt .lt").on("click", function () {
if (clickEndFlag) {
prev();
clickEndFlag = false;
}
});
autoTimer = setInterval(next, 3000);
$(".font-inner a").hover(function() {
clearInterval(autoTimer);
}, function() {
autoTimer = setInterval(next, 3000);
});
$(".scroll-txt .lt,.scroll-txt .gt").hover(function() {
clearInterval(autoTimer);
}, function() {
autoTimer = setInterval(next, 3000);
});
});
|
★ 欢迎访问云南建培职业技能鉴定中心官方网站,我们将竭诚为您服务!
| |
今天是:
|
|
|
|
|
|
|
| 职业技能证书信息查询 |
|
| 注 意:查询结果之用途不得违背权属人意愿 |
|
|
|
 |
 |
 |
|
|
 |
友情链接 |
|
|
|
|
|
|
|
|
|
|
|
|
|
版权所有:云南建培职业技能鉴定中心 云南建培人才测评技术中心 ICP备案号:滇ICP备2022007999号-1
政策指导:人社部发〔2017〕68号文件 邮箱:ynjpw@163.com
|
|