歡迎加入統一數位翻譯 (PTSGI.com) 的工作行列薪資福利從優商議。
相關職缺請參考104人力銀行網頁,有任何應徵或職缺問題,歡迎來信HR@ptsgi.com
歡迎加入統一數位翻譯 (PTSGI) 的工作行列薪資福利從優商議。
相關職缺請參考104人力銀行網頁,有任何應徵或職缺問題,歡迎來信 recruit@ptsgi.com
jQuery(document).ready(function($) {
/* Blurbs as Tabs */
$('.tab-title').each(function () {
var section_id = $(this).find("a").attr("href");
$(this).find("a").removeAttr("href");
$(this).click(function() {
$(this).siblings().removeClass("active-tab");
$(this).addClass("active-tab");
$('.tab-content').hide();
$(section_id).show();
$('html, body').animate({scrollTop: $(section_id).offset().top}, 1000);
});
});
});