楊伶雯
2013年7月23日 13:43
");
$(".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求職網進行「藍領翻轉、學歷貶值」調查顯示,高達77%的白領族,對於改當藍領族是有意願的,其中麵包師傅與水電工,是最想從事的兩項工作。
yes123求職網調查顯示,僅46%的上班族認為,頂著碩博士學歷,才會有就業競爭力,想要真正具備高度競爭力的三大條件:就是擁有一技之長(74.4%)、抗壓性(69.1%)和解決問題的能力(66.7%);另外,外語能力占62%;配合度高60%。
yes123求職網調查,願意做藍領階層的比重達77.1%,22.9%不願意,至於白領族願意變身藍領族,主要考量在於,有一技之長不但不怕失業(63.9%),還有機會讓收入變高(36.4%),甚至能自己創業當老闆(33.4%)。
如果有機會成為藍領階級,上班族願意學習麵包烘焙(13.2%)、水電工程(11.8%),及通訊設備維修(10.9%)等技術;另外,彩妝10.1%;廚師8.7%。
yes123公關副理楊宗斌表示,其實不少藍領工作,存在著進入門檻,也就是需要拿到國家認可的證照,意味著一照在身,等於就業保障。
楊宗斌進一步分析,不願意變成藍領族的人,大多是憂心將來發展(44.9%)、工作環境差(43.1%),及工時長(37.9%),會有這樣的想法,恐怕是一看到「藍領」這兩個字,對於相關工作,仍然停留在3K產業(骯髒、辛苦、危險)的印象。 (接下一頁)
關鍵字:
人力銀行
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
留言列表