分享一个jquery在返回顶部在代码不依赖CSS
$("body")append("
∧
");
var totop=$("#toTop");
totopbind({
click:function(){
$("htmlbody")animate({scrollTop:})
}
mouseover:function(){
$("#toTopTips")stop(falsetrue)fadeIn()
$(this)css({"backgroundcolor":"#BFF"})
}
mouseout:function(){
$("#toTopTips")css("display""none")
$(this)css({"backgroundcolor":"#F"})
}
})
$(window)scroll(function(){
if($browsermsie && ($browserversion == "") && !$supportstyle){//如果IE
totopcss({"top":($(window)scrollTop()+$(window)height())+"px""position":"absolute"});
}
if($(window)scrollTop()<=){
totopfadeOut();
}else{
totopfadeIn();
}
});