$(function(){ var region_str='' +'
' +' ' +'
' +' ' +'
' +'
' +' ' +'
' +'
' +' ' +'
' +'
' +' ' +'
' +'
' +' ' +'
' +'
' +' ' +'
' +'
'; var region_timer=null; $(region_str).appendTo($('#region_wrap')); var temp_no_zx=['郴州','丹东','佛山','菏泽','高碑店','邯郸','胶州','临沂','眉山','庆阳','沭阳','宿州','泰州','威海','鹰潭','益阳','枣庄']; if(document.URL.indexOf('www.jia.com/zx/')!=-1) { $('.region_con').each(function(index,ele){ $(ele).find('li').each(function(index,ele){ var text=$(ele).find('a').text(); if($.inArray(text,temp_no_zx)>-1) { $(ele).remove(); } }); }); } $('.cities_list a').hover(function(){ clearTimeout(region_timer) $('.region_box').show(); },function(){ region_timer=setTimeout(function(){ $('.region_box').hide(); },500); }); $('.region_box').hover(function(){ clearTimeout(region_timer); },function(){ region_timer=setTimeout(function(){ $('.region_box').hide(); },500); }); $('.region_list li').each(function(index,ele){ $(ele).get(0).timer=null; }); $('.region_list li').mouseenter(function(){ clearTimeout($(this).get(0).timer); var _this=$(this); $(this).get(0).timer=setTimeout(function(){ $('.region_list li').removeClass('region_on'); $('.region_con').removeClass('region_show'); _this.addClass('region_on'); $('.region_con').eq(_this.index()).addClass('region_show'); },200) }); $('.region_list li').mouseleave(function(){ clearTimeout($(this).get(0).timer); }); /* 设置cookie */ }); var setCookie = function (name, value) {//设置cookie var exp = new Date("December 31,2030"); document.cookie = name + "=" + value + ";domain=.jia.com;path=/;expires=" + exp.toGMTString(); }; function set_citys(area_main,city_name){ setCookie("jia_city_id",area_main); setCookie("jia_city_name", encodeURI(city_name)); var host=window.location.host; var url=window.location.href; if(host.indexOf('zixun.jia.com')!=-1||host.indexOf('pingpai.jia.com')!=-1) { window.location.href="//www.jia.com/"+area_main+"/"; } else if(url.indexOf('tongcheng')!=-1&&host.indexOf('mall.jia.com')!=-1){ window.location.href="//www.jia.com/"+area_main+"/"; } else if(url.indexOf('www.jia.com/zx')!=-1){ window.location.href='//'+host+'/zx/'+area_main+'/'; } else if(host.indexOf('tm.jia.com')!=-1||host.indexOf('tuku.jia.com')!=-1||host.indexOf('zhuangxiu.jia.com')!=-1) { window.location.href=url; } else if(host.indexOf('tg.jia.com')!=-1||host.indexOf('mall.jia.com')!=-1||host.indexOf('jiaju.jia.com')!=-1||host.indexOf('bbs.jia.com')!=-1 || host.indexOf('b2b.jia.com')!=-1) { window.location.href='//'+host+'/'+area_main; } else { if(url.indexOf('/wangpu')!=-1){ window.location.href="//www.jia.com/wangpu/"+area_main+"/"; } else { window.location.href="//www.jia.com/"+area_main+"/"; } } }