2013年10月9日 17: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();
});
}
//-------------------
});
-
明天是雙十國慶,台聯表示,黨主席黃昆輝明天不會參加國慶典禮,但會出席在貢寮的反核四活動,而台聯也會參加公民1985行動聯盟發起的白衫軍抗議活動。(圖:資料照)
記者邱明玉/台北報導
儘管雙十國慶大典即將舉行,主辦單位國慶籌備委員會共邀請6個主要政黨主席出席國慶大典,除了親民黨主席宋楚瑜已經表明拒絕出席外,民進黨主席蘇貞昌明早將在黨中央舉行倒閣記者會,而台聯黨主席黃昆輝將前往貢寮核四廠參與廢核行動,都不會參加國慶典禮。
明天是雙十國慶,總統府前廣場將舉行國慶大會。不過諷刺的是,今年恐怕也是抗議活動最多的一次,民進黨主席蘇貞昌將偕同黨團成員,明早十點在黨中央舉行倒閣記者會,突顯人民對馬政府的不信任。
至於台聯黨主席黃昆輝,明天也不會參加國慶典禮,他將前往貢寮核四廠參與廢核環島行腳活動,前民進黨主席蔡英文以及宣布參選新北市長的羅致政也都將一同出席。
而在國慶日當天,至少有8個團體將舉行抗議行動,包括公民1985行動聯盟,將發動10萬白衫軍在立法院前升旗,訴求「公民護憲、還權於民」,午後移師自由廣場繼續抗議;台灣國家聯盟也將在立法院前集結,要求廢特偵組、反服貿協議。另外,環保聯盟等團體,也將在立法院前升反核公民旗,要求立即停建核四。
關鍵字:
蘇貞昌
黃昆輝
宋楚瑜
蔡英文
羅致政
留言列表