jQuery(document).ready(function (a) { action() }); function action() { $(document.body).append(''); $("#roll_top").click(function () { $("html,body").animate({ scrollTop: "0px" }, 800) }); $("#ct").click(function () { $("html,body").animate({ scrollTop: $(".ct").offset().top }, 800) }); $(window).scroll(function (a) { if ($.browser.ie6) { $("#roll").css("top", $(this).scrollTop() + $(this).height() - 170) } if ($(this).scrollTop() > 260) { $("#roll").fadeIn() } else { $("#roll").fadeOut() } }) }; /*在线客服开始*/ function getClass(oParent,sClass){ var value=[]; var Ele=oParent.getElementsByTagName('*'); for (var i=0; i0?Math.ceil(speed):Math.floor(speed); if(now!=json[attr])bStop=false; if(attr=='opacity'){ obj.style.filter='alpha(opacity:'+now+speed+')'; obj.style.opacity=(now+speed)/100; }else{obj.style[attr]=speed+now+'px';} } if(bStop){clearInterval(obj.timer);if(fnEnd)fnEnd();} }, 30); } window.onload=function(){ var oBox=document.getElementById('boxqq'); var oTitle=getClass(oBox,'qq_title'); var closed=''; var opened=''; var i=0; oTitle[0].onclick=function(){ i++; (i%2)?Running(oBox,{right:-130},function(){oTitle[0].innerHTML=closed;}) :Running(oBox,{right:0},function(){oTitle[0].innerHTML=opened;}); } }