楊伶雯
2013年7月23日 13:22
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
yes123求職網調查,66%的上班族憂心學歷貶值的情況。(圖/yes123求職網提供)
記者楊伶雯/台北報導
受近期「博士賣雞排」、「台大兄弟檔」開拉麵店等報導影響,白領上班族認為,這種頂著高學歷,卻從事基層工作的情況,會越來越多,yes123求職網調查顯示,66%的上班族憂心學歷貶值的情況,53%更悲觀的認為,高學歷無助於提升職場競爭力,擁有一技之長,才是具備高度競爭力的首要條件。
yes123求職網進行藍領翻轉、學歷貶值調查,詢問「博士賣雞排」,高學歷從事基層工作的情況越來越多,可能的原因是?66.9%的受訪者認為文憑浮濫、學歷貶值;59.6%認為是低薪壓迫下的結果;學校所學不符合企業所需占48.9%;工作難找占44.8%;文憑主義過盛則有43.7%。
進一步詢問在學歷通膨的年代,有意願繼續念研究所或者博士班嗎?68.5%表示沒有;31.5%的受訪者則是有繼續念研究所或博士班的意願。yes123求職網調查顯示,將近9成(89.5%)評估,以目前的職場薪水結構,教育的投資報酬率,相較之下算是低的。
根據yes123求職網調查,僅46%的上班族認為,頂著碩博士學歷,才會有就業競爭力,想要真正具備高度競爭力的三大條件:就是擁有一技之長(74.4%)、抗壓性(69.1%)和解決問題的能力(66.7%)。
藍領翻轉、學歷貶值調查,是由yes123求職網於2013年5月10日到7月10日,以網路問卷進行抽樣調查,會員有效問卷共1,083份,信心水準為95%,誤差值為正負2.98%。
關鍵字:
人力銀行
yes123求職網
104資訊科技集團
1111人力銀行
大陸
360d才庫人力資源
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表