document.writeln("
"); document.writeln("
"); document.writeln(" 在线客服"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln(" QQ咨询"); document.writeln("
"); document.writeln("
"); document.writeln("
散客1
"); document.writeln("
\"点击这里给我发消息\"
"); document.writeln("
"); document.writeln("
"); document.writeln("
散客2
"); document.writeln("
\"点击这里给我发消息\"
"); document.writeln("
"); document.writeln("
"); document.writeln("
团体
"); document.writeln("
\"点击这里给我发消息\"
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); document.writeln("
"); $(document).ready(function () { $("#online_fu").click(function(){ Online(); }); }); var Online=function(){ var left=$("#online_fu").css("left"); var right=$("#online_fu").css("right"); if(right=='-130px'){ $(".online_fu_d").addClass("hover"); $("#online_fu").stop().animate({right:"0px"},500); } if(right=='0px'){ $(".online_fu_d").removeClass("hover"); $("#online_fu").stop().animate({right:"-130px"},500); } if(left=='-130px'){ $(".online_fu_d").addClass("hover"); $("#online_fu").stop().animate({left:"0px"},500); } if(left=='0px'){ $(".online_fu_d").removeClass("hover"); $("#online_fu").stop().animate({left:"-130px"},500); } }