曹逸雯
2013年10月15日 23:00
");
$(".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();
});
}
//-------------------
});
-
根據「上班族創業調查」發現,高達90.2%的上班族表示曾有過創業念頭,不過僅有25.9%付諸行動。(圖/yes123求職網提供)
記者曹逸雯/台北報導
大學畢業生起薪22K,上班族薪資水準又倒退16年,工時之長,還高居全球第3,不想再當窮忙一族,調查發現,有高達9成的上班族曾經有過創業念頭;至於大家心目中的創業典範,由蘋果創辦人賈伯斯榮登第一名寶座,第二名則是建立餐飲王國的王品集團董事長戴勝益。
根據yes123求職網所做的「上班族創業調查」發現,高達90.2%的上班族表示曾有過創業念頭,有2成7的人早在學生時期就有這樣的想法,不過最後僅有25.9%付諸行動,也有3/4透露,到目前為止,還沒有回本。
想創業的上班族,從有念頭到付諸實際行動要評估多久?結果顯示,有將近6成(57.7%)認為會超過1年以上;所選擇的行業,則以「餐飲」、「咖啡茶飲」最熱門。
想圓老闆夢,當然資金也不能少,上班族平均估計,創業金要準備105萬元左右,大家更期望將來每個月的盈餘目標能達到96K,不過,如果累積虧損達50萬元以上,便會停損,放棄經營。
yes123求職網也詢問上班族心中的創業典範是誰?榮登第一名的是蘋果電腦創辦人賈伯斯,他的創業故事,不但被拍成電影,標榜創意的i系列產品,持續在全球熱賣,成為不少年輕人效法的對象。
創業典範第二名,則是王品董事長戴勝益,靠著自己的人脈,找到66個人,籌資1.6億,離開家族到外頭創業,即使歷經9次失敗,最後反敗為勝,建立餐飲王國。
另外,第三名的是台塑集團創辦人王永慶,第四名是鴻海集團董事長郭台銘,第五名為世界冠軍的麵包師傅吳寶春。
關鍵字:
上班族
創業
薪資
22K
餐飲
賈伯斯
戴勝益
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:
留言列表