跳到主要內容區塊

2017 MIT臺灣金選活動遴選結果公告|產品通路|經濟部產業發展署臺灣製產品MIT微笑標章

產品通路

多元通路,輕鬆選購「臺灣製」優質產品

:::
臺灣金選

2017 MIT臺灣金選活動遴選結果公告

//單元選單定位 ChangeMenuCss("sm10"); $('#stmenu .listshow').slick({ slidesToShow: 9, slidesToScroll: 1, autoplay: true, dots: false, autoplaySpeed: 5000, pauseOnFocus: true, prevArrow: '', nextArrow: '', responsive: [ { breakpoint: 1600, settings: { slidesToShow: 7 } }, { breakpoint: 1280, settings: { slidesToShow: 6 } }, { breakpoint: 1100, settings: { slidesToShow: 5 } }, { breakpoint: 840, settings: { slidesToShow: 4 } }, { breakpoint: 690, settings: { slidesToShow: 3 } }, { breakpoint: 560, settings: { slidesToShow: 2 } }, { breakpoint: 430, settings: { slidesToShow: 1 } } ] }); /** 圖片放大視窗 **/ $(function() { $(".lightbox").fancybox({ arrows: true, keyboard: true, buttons: [ "zoom", "slideShow", "fullScreen", "download", "thumbs", "close", ], lang: "zh_tw", i18n: { zh_tw: { CLOSE: "關閉照片", NEXT: "下一張照片", PREV: "上一張照片", ERROR: "內容發生錯誤,請稍後再試,謝謝!", PLAY_START: "開始輪播", PLAY_STOP: "暫停輪播", FULL_SCREEN: "全螢幕", THUMBS: "縮圖", DOWNLOAD: "下載", SHARE: "分享", ZOOM: "放大" } } }); }); $(function() { $.expr[":"].contains2 = $.expr.createPseudo(function(arg) { return function( elem ) { return $(elem).text().toUpperCase().indexOf(arg.toUpperCase()) >= 0; }; }); jQuery.fn.attrAppendWithComma = function (a, c) { var b; return this.each(function () { b = $(this); if (b.attr(a) !== undefined && b.attr(a) != "") { b.attr(a, b.attr(a) + ',' + c) } else { b.attr(a, c); } }) }; $('.postTab th:eq(0)').attr('data-class', 'expand'); $('.postTab th:gt(4)').attrAppendWithComma('data-hide', 'tablet'); $('.postTab th:gt(1)').attrAppendWithComma('data-hide', 'phone'); $('.postTab').footable(); });