document.domain='chexun.com' $(function(){ $(".smallPop").hover(function(){ $(this).addClass("smallPopon"); },function(){ $(".smallPop").removeClass("smallPopon"); }); }); //标签切换 $(function(){ var $tab=$("div.larginPop ul.popTab li"); $tab.hover(function(){ $(this).addClass("on") .siblings().removeClass("on"); var index=$tab.index(this) $("div.popCon > div") .eq(index).show() .siblings().hide(); }) }) jQuery(function(){ jQuery("#contraction").click(function(){ jQuery(".box-lanrenzhijia").animate({ height: '50px',bottom:'0px' }, 1000, 'linear', function() { jQuery(".larginPop").hide(); }); jQuery("#contraction").hide(); jQuery("#smallPop").show(); }); jQuery("#smallPop").click(function(){ jQuery(".box-lanrenzhijia").animate({ height: '440px',bottom:'0px' }, 10, 'linear', function() { jQuery(".larginPop").show(); }); jQuery("#smallPop").hide(); jQuery("#contraction").show(); }); jQuery("#close_window").click(function(){ jQuery(".box-lanrenzhijia").hide(); }); }); function closeDiv(){ document.getElementById('pop').style.visibility='hidden'; } document.write(''); document.write('
'); document.write(''); document.write('
'); document.write('
'); document.write('缩小'); document.write(''); document.write(''); document.write('
'); document.write(''); document.write('
'); document.write('
'); document.write('
    '); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); if(userName != null ){ window.document.getElementById("local_pop_notLogin").style.display = "none"; window.document.getElementById("local_pop_logined").style.display = ""; var login_content = '您好!'+getNameFilter(userName,8)+' '+city_info_chexun.cityname+''; $("#local_pop_logined").html(login_content) ; }else{ $("#local_pop_nologincity").html(city_info_chexun.cityname) ; } var POPWindowCookie = getCookie('_lPOPWindow'); if(POPWindowCookie != null){ jQuery(".box-lanrenzhijia").hide(); }else{ setCookie('_lPOPWindow','1',1,'chexun.com','/') ;//24小时过期 }