陳思豪
2013年9月16日 18:30
");
$(".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();
});
}
//-------------------
});
-
台北市長郝龍斌(中)與永慶房屋總經理廖本勝(左2)16日出席永慶租屋平台記者會,永慶宣布多項免費服務,誠徵友善房東,響應市府「租者有其屋」政策。〔圖/中央社〕
記者陳思豪/台北報導
國民黨昨天註銷了立法院長王金平29日全代會的邀請。台北市長郝龍斌16日表示,現在國民黨最重要的是療傷止痛、面對挑戰。他表示,自己會參加全代會,但目前國民黨最重要的,就是大家都要團結。
郝龍斌今下午出席「租者有其屋,誠徵友善房東」記者會,對於國民黨註銷王金平全代會的邀請,郝龍斌答覆依舊沒有改變,他認為國民黨現在最重要的,就是療傷止痛、面對挑戰、促進團結。
郝龍斌表示,他自己會出席全代會,但記者詢問是否該讓王金平參加,他只回答,「現在國民黨最重要的是大家都要團結」。
關鍵字:
王金平
台北市
立法院
國民黨
郝龍斌
留言列表