www.pselearn.com |
爱游戏ayx(中国)有限公司官网 |
text/html; charset=utf-8" http-equiv="Content-Type"/>
/*Box2代码*/
$(function(){
$(window).scroll(function(){
if ($(window).scrollTop() >= $("#Box2").offset().top - 280) {
$(".slideGroup .parBd").stop().animate({left:0,opacity: 1}, 500)
$(".slideGroup .parHd").stop().an |
text/html; charset=utf-8" http-equiv="Content-Type"/>
/*Box2代码*/
$(function(){
$(window).scroll(function(){
if ($(window).scrollTop() >= $("#Box2").offset().top - 280) {
$(".slideGroup .parBd").stop().animate({left:0,opacity: 1}, 500)
$(".slideGroup .parHd").stop().animate({bottom: 0, opacity: 1}, 500)
}
})
});
$(function(){
$('.slideBox ul li a').hover(function(){
$(this).find('.more').animate({width: 140},600);
},function(){
$(this).find('.more').animate({width: 76},600);
});
});
jQuery(functi |