// 1400) { $("#tofix").slideToggle(); $("#notfix").hide(); } else { $("#notfix").show(); $("#tofix").hide(); } if($(window).scrollTop()>50) { $(".dealheadfix").show(); fixsearchautocomplete(); } else { $(".dealheadfix").hide(); } setTimeout(function(){ $(".gooditem").removeClass("newfeed"); },2000); $(function(){ $(".gooditem").hover(function(){ $(this).css("background-color","#f9f8f9"); $(this).find("a.abstractcontent").css("color","#666"); $(this).find("div.timeandfrom").css("color","#666"); $(this).find("a.goodname").css("color","#333"); $(this).find("a.mallname").css("background-color","#e9e9e9"); $(this).find("div.imgmask").show(); },function(){ $(this).css("background-color","#ffffff"); $(this).find("a.abstractcontent").css("color","#959595"); $(this).find("div.timeandfrom").css("color","#959595"); $(this).find("a.goodname").css("color","#555"); $(this).find("a.mallname").css("background-color","#f1f1f1"); $(this).find("div.imgmask").hide(); }); $(".cateitem").hover(function(){ $(this).css("background-color","#5db95b"); $(this).find(".cateitemword").css("color","#ffffff"); },function(){ $(this).css("background-color","#ffffff"); $(this).find(".cateitemword").css("color","#5db95b"); }); $(".hotdealbaritem").hover(function(){ $(this).css("background-color","#f9f8f9"); $(this).find("div.hotdealbaritemword").css("color","#333"); },function(){ $(this).css("background-color","#ffffff"); $(this).find("div.hotdealbaritemword").css("color","#777"); }); $(".hourrankitem").hover(function(){ $(this).css("background-color","#f9f8f9"); },function(){ $(this).css("background-color","#ffffff"); }); $("a.gotobuybtn").hover(function(){ $(this).css("background-color","#5db95b"); $(this).find("span.buylink").css("color","#ffffff"); },function(){ $(this).css("background-color","#dafad9"); $(this).find("span.buylink").css("color","#5db95b"); }); $("a.innermoredetailbtn").hover(function(){ $(this).css("background-color","#dafad9"); },function(){ $(this).css("background-color","#ffffff"); }); $("a.innergototobuybtn").hover(function(){ $(this).css("background-color","#54a852"); },function(){ $(this).css("background-color","#5db95b"); }); $("a.mallname").hover(function(){ $(this).css("background-color","#c4edc3"); },function(){ $(this).css("background-color","#ededed"); }); $("a.dmallname").hover(function(){ $(this).css("background-color","#c4edc3"); },function(){ $(this).css("background-color","#ededed"); }); $("a.hourrankmall").hover(function(){ $(this).css("background-color","#c4edc3"); },function(){ $(this).css("background-color","#ededed"); }); $(".rightreccitem").hover(function(){ $(this).css("background-color","#f9f8f9"); },function(){ $(this).css("background-color","#ffffff"); }); $(".dgotobutton").hover(function(){ $(this).css("background-color","#54a852"); },function(){ $(this).css("background-color","#5db95b"); }); $(".eventname").hover(function(){ $(this).css("text-decoration","underline"); $(this).css("color","#5db95b"); },function(){ $(this).css("text-decoration","none"); $(this).css("color","#777"); }); $(".dtitle").hover(function(){ $(this).css("text-decoration","underline"); },function(){ $(this).css("text-decoration","none"); }); $(".drelated").hover(function(){ $(this).css("background-color","#f9f8f9"); },function(){ $(this).css("background-color","#ffffff"); }); $(".hourranktitle").hover(function(){ $(this).css("text-decoration","underline"); },function(){ $(this).css("text-decoration","none"); }); $(".goodname").hover(function(){ $(this).css("text-decoration","underline"); },function(){ $(this).css("text-decoration","none"); }); $(".pandvrank").hover(function(){ $(this).css("color","#52a750"); },function(){ $(this).css("color","#5db95b"); }); $(".headpandvrank").hover(function(){ $(this).css("text-decoration","underline"); },function(){ $(this).css("text-decoration","none"); }); $(".goodname_event").hover(function(){ $(this).css("text-decoration","underline"); },function(){ $(this).css("text-decoration","none"); }); $(".gotodetail").hover(function(){ $(this).css("text-decoration","underline"); },function(){ $(this).css("text-decoration","none"); }); $(".navbaritem").hover(function(){ $(this).css("background-color","#378d35"); },function(){ $(this).css("background-color",""); }); $(".newhotitemword").hover(function(){ $(this).css("text-decoration","underline"); $(this).css("color","#5db95b"); },function(){ $(this).css("text-decoration","none"); $(this).css("color","#888"); }); $("#mallfilterarea").hover(function(){ $("#mallentrance").show(); },function(){ $("#mallentrance").hide(); }); $(".mallentrancelist").hover(function(){ $(this).css("background-color","#7ecb7c"); },function(){ $(this).css("background-color",""); }); $(".cateword").hover(function(){ $(this).css("text-decoration","underline"); },function(){ $(this).css("text-decoration","none"); }); $(".goodword").hover(function(){ $(this).css("text-decoration","underline"); $(this).css("color","#5db95b"); },function(){ $(this).css("text-decoration","none"); $(this).css("color","#888"); }); $(".newgdfeekbackword").hover(function(){ $(this).css("text-decoration","underline"); $(this).css("color","#5db95b"); },function(){ $(this).css("text-decoration","none"); $(this).css("color","#888"); }); $(".goodword").click(function(){ var q=$(this).html(); window.location.href="search.php?q="+q; }); $("#prevpage").hover(function(){ $(this).removeClass("prevpagestatic"); $(this).addClass("prevpagehover"); },function(){ $(this).removeClass("prevpagehover"); $(this).addClass("prevpagestatic"); }); $("#nextpage").hover(function(){ $(this).removeClass("nextpagestatic"); $(this).addClass("nextpagehover"); },function(){ $(this).removeClass("nextpagehover"); $(this).addClass("nextpagestatic"); }); $(".countrynormal").hover(function(){ $(this).css("text-decoration","underline"); },function(){ $(this).css("text-decoration","none"); }); $(".otherPageNum").hover(function(){ $(this).css("background-color","#4c994b"); //$(this).css("color","#ffffff"); },function(){ $(this).css("background-color","#5db95b"); //$(this).css("color","#5db95b"); }); $("#headsearchbutton").hover(function(){ $(this).removeClass("headsearchbutton"); $(this).addClass("headsearchbuttonhover"); },function(){ $(this).removeClass("headsearchbuttonhover"); $(this).addClass("headsearchbutton"); }); $(".sidenavitem").hover(function(){ $(this).css("background-color","#f9f9f9"); $(this).css("border-top","1px solid #9ed59d"); },function(){ $(this).css("background-color","#ffffff"); $(this).css("border-top","1px solid #eaeaea"); }); $("#headsearchfield").focus(function(){ if($(this).val()=='搜索全网折扣...') { $(this).val(''); } }); $("#fixsearchfield").focus(function(){ if($(this).val()=='搜索全网折扣...') { $(this).val(''); } }); $("#headsearchfield").blur(function(){ $('#headsuggest').hide(); if($(this).val()=='') { $(this).val('搜索全网折扣...'); } }); $("#fixsearchfield").blur(function(){ if($(this).val()=='') { $(this).val('搜索全网折扣...'); } }); $("#headsearchbutton").click(function(){ sbscr(); }); $("#fixsearchbutton").click(function(){ sbscrfix(); }); $("#feednotify").click(function(){ $(this).hide(); $(".dealheadnotifydot").hide(); $("#dealheadnotifydiv").hide(); $("#dealheadnotifyclose").hide(); $(document).attr("title","逛丢 | 实时同步全网折扣"); clearInterval(sh); }); $("#dealheadnotifydiv").click(function(){ $(this).hide(); $(".dealheadnotifydot").hide(); $("#feednotify").hide(); $("#dealheadnotifyclose").hide(); $(document).attr("title","逛丢 | 实时同步全网折扣"); clearInterval(sh); }); $("#dealheadnotifyclose").click(function(){ $(this).hide(); $("#dealheadnotifydiv").hide(); $(".dealheadnotifydot").hide(); $("#feednotify").hide(); $(document).attr("title","逛丢 | 实时同步全网折扣"); clearInterval(sh); }); $("#countrytip").click(function(){ $("#countrytip").hide(); $.get("setcookie.php?name=newGuangdiuIfTipClicked&value=yes"); _hmt.push(['_trackEvent', 'countrytip', 'countrytip']); }); var timeStrClick=new Date().getTime(); $("#welcomebanner").click(function(){ $("#welcomebanner").hide(); $.get("setcookie.php?v="+timeStrClick+"&name=welcomeBannerShowed&value=2"); _hmt.push(['_trackEvent', 'welcomebanner', 'welcomebanner']); }); $(window).scroll(function(){ if($(window).scrollTop()>1200) { $("#tofix").show(); $("#notfix").hide(); $("#gototop").fadeIn(200); } else { $("#notfix").show(); $("#tofix").hide(); $("#gototop").hide(); } if($(window).scrollTop()>200) { $(".dealheadfix").show(); fixsearchautocomplete(); } else { $(".dealheadfix").hide(); } }); $("#gototop").hover(function(){ $(this).removeClass("gototopstatic"); $(this).addClass("gototophover"); },function(){ $(this).removeClass("gototophover"); $(this).addClass("gototopstatic"); }); $("#watergototop").hover(function(){ $(this).removeClass("gototopstatic"); $(this).addClass("gototophover"); },function(){ $(this).removeClass("gototophover"); $(this).addClass("gototopstatic"); }); $("#feedba
ck").hover(function(){ $(this).removeClass("feedbackstatic"); $(this).addClass("feedbackhover"); },function(){ $(this).removeClass("feedbackhover"); $(this).addClass("feedbackstatic"); }); $("#gototop").click(function(){ $('body,html').animate({scrollTop:0},200); }); $("#watergototop").click(function(){ $('body,html').animate({scrollTop:0},200); }); $(".inactivepage").hover(function(){ $(this).removeClass("inactivepage"); $(this).addClass("hoverpage"); },function(){ $(this).removeClass("hoverpage"); $(this).addClass("inactivepage"); }); $(".normalbk").hover(function(){ $(this).css("background-color","#56a655"); },function(){ $(this).css("background-color","#5db95b"); }); $(".layerword").hover(function(){ $(this).css("text-decoration","underline"); },function(){ $(this).css("text-decoration","none"); }); $(".feednotify").hover(function(){ $(this).css("background-color","#e1f0e1"); },function(){ $(this).css("background-color","#e7f6e7"); }); $(".dealheadnotifydiv").hover(function(){ $(this).css("background-color","#ffd3cc"); },function(){ $(this).css("background-color","#ffe4e0"); }); $(".dealheadnotifyclose").hover(function(){ $(this).css("background-color","#ffd3cc"); },function(){ $(this).css("background-color","#ffe4e0"); }); $(".sideproductitem").hover(function(){ $(this).css("background-color","#f9f8f9"); },function(){ $(this).css("background-color","#ffffff"); }); $(".catessmallitem").hover(function(){ $(this).css("text-decoration","underline"); },function(){ $(this).css("text-decoration","none"); }); $(".hotsentrance").hover(function(){ $(this).css("text-decoration","underline"); },function(){ $(this).css("text-decoration","none"); }); $(".mobilelayerhover").hover(function(){ $("#mobileentrancelayer").show(); $("#mobileentrance").css("background-color","#59b157"); },function(){ $("#mobileentrancelayer").hide(); $("#mobileentrance").css("background-color","#5db95b"); }); $( "#headsearchfield" ).autocomplete({ source: function( request, response ) { $.ajax({ url: "http://sUGGest.taobao.com/sug", dataType: "jsonp", data: { q: request.term, area: "b2c", code: "utf-8" }, success: function( data ) { response( $.map( data.result, function( item ) { return { label: item[0], value: item[0] } })); } }); }, minLength: 1, select: function( event, ui ) { dosearch( ui.item.value , "hsuggest" ); } }) .data( "ui-autocomplete" )._renderItem = function( ul, item ) { return $( "
" ) .data( "ui-autocomplete-item", item ) .append( "" + item.label + "" ) .appendTo( ul ); }; }); // end of $ function dosearch( message, keyfrom ) { window.location.href='search.php?q='+message+'&keyfrom='+keyfrom; } function fixsearchautocomplete() { $( "#fixsearchfield" ).autocomplete({ source: function( request, response ) { $.ajax({ url: "http://suggest.taobao.com/sug", dataType: "jsonp", data: { q: request.term, area: "b2c", code: "utf-8" }, success: function( data ) { response( $.map( data.result, function( item ) { return { label: item[0], value: item[0] } })); } }); }, minLength: 1, select: function( event, ui ) { dosearch( ui.item.value , "fsuggest" ); } }) .data( "ui-autocomplete" )._renderItem = function( ul, item ) { return $( "
" ) .data( "ui-autocomplete-item", item ) .append( "" + item.label + "" ) .appendTo( ul ); }; } function sbscr() { var query=document.getElementById("headsearchfield").value; if(query!="") { var reg = /^(/w|/s|[/u4E00-/u9FA5])*$/; if(arr=query.match(reg)) { queryencode=encodeURIComponent(query); _hmt.push(['_trackEvent', 'query', 'query-'+query]); window.location.href='search.php?q='+queryencode+'&keyfrom=hsearch'; } else { $("#searchtip").html("只可查询中英文或数字"); $("#headsearchfield").focus(); $("#headsearchfield").select(); setTimeout(function(){ $("#searchtip").html(""); },1000); } } } function sbscrfix() { var query=document.getElementById("fixsearchfield").value; if(query!="") { var reg = /^(/w|/s|[/u4E00-/u9FA5])*$/; if(arr=query.match(reg)) { queryencode=encodeURIComponent(query); _hmt.push(['_trackEvent', 'query', 'query-'+query]); window.location.href='search.php?q='+queryencode+'&keyfrom=fsearch'; } else { $("#fixsearchtip").html("只可查询中英文或数字"); $("#fixsearchfield").focus(); $("#fixsearchfield").select(); } } } function clickButton() { if (event.keyCode == 13) { sbscr(); } } function clickButtonFix() { if (event.keyCode == 13) { sbscrfix(); } } function xlog(id,pos) { $.get("log.php?id="+id+"&pos="+pos); } function clog(id,pos) { $.get("clog.php?id="+id+"&pos="+pos); } function alog(pos,v) { $.get("alog.php?pos="+pos+"&v="+v); }
// ]]>//
- 值值值!
-
2016-06-30
海淘手表去哪里?当然去Ashford了。......
- 男表 用码后$62 折合¥384
-
2016-06-30
精工这款男士手表采用了不锈钢黄金涂层表壳,看起来金光闪闪的,表盘是白色的,表盘上的刻度可指针也是金色的。真皮压纹的棕色表带。在表盘上六点钟的位置有日历窗口。采用电池供电的日本石英机芯,强化玻璃抗刮表镜,防水100米。......
- 男表 低至1.8折
-
2016-06-30
需要买表的值友围观下,Ashford现有一个Calvin Klein精选男士腕表限时优惠小专场,二十多款腕表低至1.8折。很多经典表都参加活动。活动截止至北京时间6月3日中午12点,需要的可收。......
- 雷达 R5.5 系列女士白色烤瓷瑞士石英腕表特卖 独家!$499包邮(原价$2600)
-
2016-06-30
Dealmoon独家!......
- Seiko 精工 珍珠贝母镶钻太阳能女士腕表 SUP254 ¥719.40
-
2016-06-30
目前ASHFORD售价$170,输入优惠码LHTCORE109后实付$109,可以免费直邮中国,并提供2年国内保修,但税费自理。走转运更划算,这个价位很多也不易被税......
- 比友专享!ZENITH 真力时 Port Royal皇家港口 男士机械腕表 03-5010-2562-01-C493 ¥12064.80
-
2016-06-30
Ashford目前售价$2871,使用比友专享独家优惠码MDBport1828后实付$1828好价。淘宝代购约12000-15000元,差价较大注意甄别,海淘有一定价格优势。......