康仁俊
2013年9月23日 08:48
");
$(".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();
});
}
//-------------------
});
-
蔡正元宣布參選台北市長(圖/翻攝自蔡正元臉書)
記者康仁俊/台北報導
國民黨立委蔡正元表示,他經過經過中秋期間的思考,決定正式表態參選台北長,蔡正元在個人臉書po文表示,參選是「為改變台北、為改變台灣、為不讓政治紛擾的烏雲繼續遮蔽財經建設的天空」,因此「決心放棄平靜的生活,迎接全面改變的挑戰」。
蔡正元說,他將在10月7日上午於台北松山慈祐宮媽祖殿前上香,宣布參選台北市長。
蔡正元說,他對於參選北市長有3原則,第一是尊連原則,只要國民黨中央委員連勝文宣布參選他就不選;第二是時間原則,時間有限,希望連勝文中秋節前宣布,如果中秋節沒宣布,他中秋節後就宣布;第三是誠信原則,表態參選就會堅持到國民黨內初選為止。
目前國民黨內表態將參選台北市長者除蔡正元外,還有立法委員丁守中、台北市議員楊實秋也都表態欲參選,國民黨中央委員連勝文也被外界視為是可能參選的人選之一。
關鍵字:
蔡正元
國民黨
台北市
連勝文
楊實秋
丁守中
留言列表