2013年9月14日 11:42
");
$(".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();
});
}
//-------------------
});
-
立法院長王金平(中)13日說,身為中國國民黨永久黨員,對黨情感、支持不變,希望紛擾結束後,全黨團結,在總統馬英九領導下專心國是,因應國際變局。(圖/中央社)
記者林修卉/台北報導
馬英九總統每周一召集的「府院黨5人小組會議」,將不再邀請立法院長王金平,等於架空王金平在黨內的影響力。王金平今(14)日受訪表示,立法行政部門議事運作研討會取消,他尊重黨的決定,未來他還是會站在公正立場處理所有議事。
對於被踢出5人小組一事,王金平今日上午在住家門口受訪表示,他還是一樣會站在公正、公平、中立的立場處理所有議事。
至於是否擔心在野黨不讓行政院長江宜樺上台進行施政報告,王金平表示,昨天朝野協商時,在野黨不希望邀請江宜樺來,還是經他裁定大家才沒有意見,但17日院會怎麼進行,可能臨場時才會知道,而他希望好好讓江宜樺完成施政報告。
關鍵字:
九月政爭
馬英九
王金平
江宜樺
立法院
5人小組
施政報告
朝野協商
留言列表