请各位前辈帮修改一下 鼠标经过事件·

function autoscroll(obj){

$(obj).find(“ul”).animate({

margintop : “-39px”

},500,function(){

$(this).css({margintop : “0px”}).find(“li:first”).appendto(this);

})

}

$(function(){

setinterval(‘autoscroll(“.maquee”)’,3000);

setinterval(‘autoscroll(“.apple”)’,2000);

})

想要当鼠标放在内容上面时停止滚动 离开后继续···· 因为不懂的确不知道怎么修改·所以请教前辈

回复讨论(解决方案)

Posted in 未分类

发表评论