康仁俊
2013年9月23日 13:54
");
$(".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();
});
}
//-------------------
});
-
立法院第八屆第四會期召委選舉,藍綠各佔8席。(圖:資料照)
記者康仁俊/台北報導
立法院各常設委員會今(23)日舉行召委選舉,國民黨籍立法委員拿下8席,民進黨籍立委取得8席,16席新選出召委,也將組成紀律委員會,並處理民進黨籍立委柯建銘司法關說案。
立法院各常設委員會上午選舉召委,司法及法制委員會以選舉方式產生召委,但國民黨籍立委賴士葆誤投無效票,因此國民黨籍立委王惠美、呂學樟及民進黨籍立委吳宜臻各得4票,抽籤後由呂學樟、吳宜臻擔任召委。
教育及文化委員會經選舉,由國民黨籍立委陳淑慧得7票、民進黨籍立委邱志偉得5票當選。
原本教育及文化委員會的民進黨籍立委協調要統一支持邱志偉,但最後一個出席投票的民進黨籍立委何欣純誤投給自己,趕忙再補投給邱志偉,造成無效票。
經濟委員會推舉國民黨籍立委楊瓊瓔及民進黨籍立委陳明文;社會福利及衛生環境委員會推舉國民黨籍立委江惠貞、民進黨籍立委趙天麟;交通委員會推舉國民黨籍立委陳根德和民進黨籍立委管碧玲出任召委。
財政委員會經選舉,國民黨籍立委盧秀燕得5票,國民黨籍立委羅明才及民進黨籍立委薛凌各得4票,同票數者抽籤,薛凌抽中。
內政委員會經選舉,民進黨籍立委段宜康和國民黨籍立委張慶忠,兩人各得7票;外交及國防委員會則推舉國民黨籍立委陳鎮湘和民進黨籍立委邱議瑩出任。
關鍵字:
國民黨
立法院
紀律委員會
民進黨
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:
留言列表