快速註冊會員登入VeryBuy 粉絲專頁關於我們會員條款隱私權政策APP下載廠商合作申請人才招募聯絡我們常見問題.






0



  • 揪合購
    • 合購中

    • 過往開團記錄



  • 網友推薦
    • 女裝

    • 鞋子

    • 包包

    • 飾品

    • 配件

    • 家居日用

    • 內睡衣

    • 童裝/親子裝

    • 孕婦/寶寶

    • 運動/泳裝

    • 男裝男鞋

    • 寵物

    • 其他

    • 我要推薦開團


  • 推薦達人榜

  • 穿搭實拍


  • 會員專區
    • 購物指南

    • FAQ常見問題

    • 我要申請退貨

    • 信件往來紀錄0

    • 會員資料

    • 我的收藏

    • 我的實拍

    • 我的推薦

    • 我的訂單

    • 我的報價

    • 我的勸敗點0

    • 活動專區



  • 國別地區
    • 台灣 TW

    • 香港 HK

    • 澳門 Macau

    • 新加坡 SG

    • 馬來西亞 MY

    • 全球 Global


  • 登入




0







(function($)
//setting mobile search hidden
window.isSearchformHidden = 0;
var $form = $('#showform');
$form.show();//default style
window.headerMobileHeight = $('#header_MQ').innerHeight() - $('#showform').innerHeight();
window.headerShowformHeight = $('#showform').innerHeight() + headerMobileHeight;

/* panel slider func :: for RWD */
$(document).ready(function()
if (verybuy.isResponsive())
$('#show_slidepanel').slidepanel(
orientation: 'left',
mode: 'push'
);

);

$(':input[name=country_code]').change(function()
verybuy.changeCountry($(this).val());
);

$('a.a_select_country').click(function(e)
e.preventDefault();
verybuy.changeCountry($(this).data('country-code'));
);

//form controller
$('#searchMobile').on('click', function()
if (window.isSearchformHidden == 1)
$form.show();
$('#header_MQ').css('height', window.headerShowformHeight);
window.isSearchformHidden = 0;
else
$form.hide();
$('#header_MQ').css('height', window.headerMobileHeight);
window.isSearchformHidden = 1;

);

$('input[name=search_keyword]').change(function()
$('input[name=search_keyword]').val($(this).val());
);

$('body').on('click', '.search_button:visible', function()
var $form = $(this).parents('form');
var search_keyword = $form.find('input[name=search_keyword]').val();
if ('' == search_keyword.trim())
alert('請輸入搜尋的商品名稱!!!');
return false;

verybuy.actions.search(search_keyword)
$form.submit();
);

$('body').on('click', 'a.nav_logout', function(e)
verybuy.logout();
e.preventDefault();
);

$('.account_menu').click(function(e)
e.preventDefault();
if ($('ul.accountHover:visible').size() > 0)
document.location.href = '/member';

var $ul = $('ul.accountHover:hidden');
setTimeout(function()
if ($ul.is(':hidden'))
$ul.show();
$('.js-mailBox').addClass('u-hidden')
else
$ul.hide();

, 100);
);

$(document).click(function(e)
$ul = $('ul.accountHover');
if (!$ul.is(e.target) && $ul.has(e.target).length === 0)
$('.js-mailBox').removeClass('u-hidden')
$ul.hide();

);

$('ul[class=nav] li').hover(function()
$(this).children('ul').show();
, function()
$(this).children('ul').hide();
);
//下方次選單
$('ul[class="nav"] li ul li').click(function()
$(this).parent().find('a.actived').removeClass('actived');
$(this).children('a').addClass('actived');
);

/* 關閉購物車預覽 */
var hide_preview_cart = function()
$('.preCart:visible').removeClass('showing').hide().siblings('[class*=cart]').removeClass('mouseover');
;

/* 購物車預覽 */
$('.navBar').delegate('.cart_amount', 'mouseenter', function()
var $cart = $(this).parent();
$cart.addClass('mouseover').siblings('.preCart').show('fast', function()
if ($cart.is('.cart2'))
$(this).addClass('simple');

);
).delegate('.cart_amount', 'mouseleave', function()
setTimeout(function()
if (!$('.preCart:visible').is('.showing'))
hide_preview_cart();

, 100);
);

$('.preCart').mouseenter(function()
$(this).addClass('showing');
).mouseleave(function()
hide_preview_cart();
);

/* 關閉Banner */
$('.close_banner').click(function()
$(this).parent('li').hide();
);

)(jQuery);








    看更多商品


    回頂端



    • VeryBuy臉書粉絲團

    • VeryBuy Instagram

    • 收藏


    • 常見問題

    • app下載

    • 加入 VeryBuy Line

    關於我們|會員條款 & 隱私權政策



    服務時間為星期一至五上午10時至下午六時(國定假日除外)
    service@verybuy.cc
    <!--

    辦公室:台北市中山區中山北路三段47號5樓(不開放參觀)

    -->


    付款方式 :
    visa
    mastercard
    jcb

    © 2019 verybuy.cc All Rights Reserved.





    var uvOptions = ;
    (function()
    var uv = document.createElement('script'); uv.type = 'text/javascript'; uv.async = true;
    uv.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'widget.uservoice.com/Efes3rtqUSHYoaO185U4A.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(uv, s);
    )();

    $(document).ready(function()
    verybuy.is_computer = ('computer' == verybuy.device_type);
    var clientWidth = document.body.clientWidth
    var timer

    $(window).resize(function ()
    clearTimeout(timer);
    timer = setTimeout(function()
    clientWidth = document.body.clientWidth
    , 800)
    );

    //網頁版 + 手機版 => Action: 往下滑之後,就收起搜尋框, 回到頂端後,再度顯示搜尋框
    var headerShowformSpy = function(targetPoint)
    var $form = $('#showform');
    var scroll_top = $(window).scrollTop();
    if (scroll_top >= targetPoint)
    $form.hide();
    $('#header_MQ').css('height', window.headerMobileHeight);
    window.isSearchformHidden = 1;

    else
    $form.show();
    $('#header_MQ').css('height', window.headerShowformHeight);
    window.isSearchformHidden = 0;

    ;

    //網頁版
    var sticky_navigation = function()
    if (verybuy.isResponsive())
    return;

    var scroll_top = $(window).scrollTop();
    if (scroll_top >= 80)
    if (!$('#header_fixed').hasClass('showing'))
    $('#header_fixed').addClass('showing');
    $('#header_org').removeClass('showing');
    $('#member_cart').hide();
    $('#member_cart_fixed').show();
    $('#header_org .accountHover').addClass('u-hidden')

    else
    if (!$('#header_org').hasClass('showing'))
    $('#header_fixed').removeClass('showing');
    $('#header_org').addClass('showing');
    $('#member_cart_fixed').hide();
    $('#member_cart').show();
    $('#header_org .accountHover').removeClass('u-hidden')


    ;
    sticky_navigation();
    $(window).scroll(function()
    if (clientWidth > 768)
    //網頁版
    sticky_navigation();
    var targetPoint = window.isSearchformHidden ? (140 - window.headerShowformHeight) : 140;
    else
    // 手機版
    var bannerHeight = $('#header_MQ').hasClass('trim-smartBanner') ? $('#header_MQ .smartBanner').innerHeight() : 0;
    var headerWithBannerHeight = 140 + bannerHeight;
    var targetPoint = window.isSearchformHidden ? (headerWithBannerHeight - window.headerShowformHeight) : headerWithBannerHeight;
    $('#member_cart_fixed').hide();

    headerShowformSpy(targetPoint);
    );
    );
    // $('.tagsCloud > a').click(function(e)
    // var eventParameters =
    // 'event_category': 'keyword tag',
    // 'event_label': $(this).text()
    // ;
    // verybuy.gaSendEvent('click', eventParameters);
    // );




    客服



    var callback_FB_init = function()
    ;
    verybuy.FB_init(callback_FB_init);

    // Load the SDK Asynchronously
    (function(d, s, id)
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return;
    js = d.createElement(s); js.id = id;
    js.src = "//connect.facebook.net/zh_TW/sdk.js#xfbml=1&version=v2.5";
    fjs.parentNode.insertBefore(js, fjs);
    (document, 'script', 'facebook-jssdk'));

    var _paq = _paq || [];
    /* tracker methods like “setCustomDimension” should be called before “trackPageView” */
    var MID = '0';
    if (MID != '0')
    _paq.push(['setUserId', MID]);

    _paq.push(['trackPageView']);
    _paq.push(['enableLinkTracking']);
    // (function()
    // var u="//b.verybuy.tw/";
    // _paq.push(['setTrackerUrl', u+'piwik.php']);
    // _paq.push(['setSiteId', '2']);
    // var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
    // g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'piwik.js'; s.parentNode.insertBefore(g,s);
    // )();

    <!--
    (function($)
    $('img.lazy').lazyload(
    threshold: 500
    );

    $('ul.productList').delegate('a.like', 'click', function(e)
    verybuy.actions.funnelChange(3)
    if (!verybuy.MID)
    if (confirm('請先登入會員才能收藏喔!'))
    document.location.href = '/member/login';

    return;


    var $this = $(this);
    var PID = $this.data('pid');
    var id = $this.data('id');

    $.ajax(
    'type': 'POST',
    'url': '/tuango/ajax_love_item/',
    'data': 'PID': PID, 'id': id, "verybuy_csrf_token": "80523c469ce3a7084cb964dbdb928fc0",
    'dataType': 'json',
    'beforeSend': function()
    $this.html('');
    ,
    'success': function(result)
    /* 回傳 收藏的數量*/
    $this.html(result.count);
    if (result.error)
    alert(result.message);
    return;


    , 'json');
    e.preventDefault() ;
    );

    $(function()
    verybuy.countDown.init('.countdown');
    );
    )(jQuery);
    //-->

    Popular posts from this blog

    How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

    What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

    Why did Thanos need his ship to help him in the battle scene?Which actor plays Thanos in the Avengers mid-credits scene?Are there economic implications portrayed in comics where the buildings and cities are ruined almost daily?Old X-Men comic where team travels to alien world with a ring-like sun that needs recharging?Why does Ego need help sleeping?Is there an objective answer to who “the strongest Avenger” is?How did Banner get unstuck?Why did Thanos get hit?How did Thanos (or anyone) know the Infinity Stones would give him this power?Did Thanos leave Eitri alive for his after-sales service?In Avengers 1, why does Thanos need Loki?