陳思豪
2013年7月23日 19:23
");
$(".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();
});
}
//-------------------
});
-
行政院長江宜樺23日在中央社出席「青世代—創業.圓夢的淚與笑」新書發表會時表示,一個人一生會從事什麼職業沒那麼重要,但要做什麼有意義的事卻很重要。〔圖/中央社〕
記者陳思豪/台北報導
行政院長江宜樺今(23)日表示,每個人都應該找尋自己目標和夢想,才會有源源不絕的動力去追求人生目標,每個人會從事什麼職業,其實並不那麼重要,但重要的是要做有意義的事。
江宜樺下午出席「青世代:創業‧圓夢的淚與笑」新書發表會,與王品集團創辦人戴勝益、世界冠軍麵包師傅吳寶春等人,一同分享自己的人生經驗。
江宜樺坦言,自己在大學任教時,很多快要畢業的學生會問他,應該要繼續念研究所,還是選擇工作?很多人都不知道自己想做什麼,就連台大生也不例外,但他這時都會反問學生,覺得自己應該要做什麼?
江宜樺他表示,不止台灣,世界各國青年的失業問題也很嚴峻,盡管面臨困境,但他認為年輕人應該抱持著理想、夢想?「如果有,就有源源不絕的動力追求人生;如果沒有,創新動能就會消失。」
由於現場剛好有企業家在場,江宜樺也喊話,強調除了政府提供資源來鼓勵創新、創業的年輕人外,也希望大企業能多多幫助年輕人。
他強調,企業家可用各種方式來獎勵後進,讓他們也有一個和當年一樣追逐夢想的機會,如果能這樣,這個社會會變得非常有活力。
關鍵字:
江宜樺
青年
創業
台灣
行政院
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
留言列表