李鴻典
2013年10月28日 08:59
");
$(".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();
});
}
//-------------------
});
-
太陽公公出來啦!中央氣象局指出,今天(28日)各地大多仍然是多雲到晴,相對穩定的天氣,因為水氣也不多,下雨的區域大致上只有東半部及北部的山區偶而會有局部的零星小雨。
記者李鴻典/台北報導
太陽公公出來啦!中央氣象局指出,今天(28日)各地大多仍然是多雲到晴,相對穩定的天氣,因為水氣也不多,下雨的區域大致上只有東半部及北部的山區偶而會有局部的零星小雨。
昨天清晨各地溫度都還是偏低,嘉義觀測到15度的低溫,也是今年入秋平地最低溫,不過白天起東北季風逐漸減弱,因此各地溫度都有稍微回升。至於今天,清晨因輻射冷卻影響,各地溫度都還是偏低,嘉義觀測到15.2度的低溫,預測今日氣溫會比昨天再回升一些,白天高溫會回升至27到30度左右。
而今晚至明晨各地的低溫大約在18至20度之間,白天感覺上相當舒適,不過各地早晚感受仍偏涼,提醒早出晚歸的民眾要記得多添加衣物,另外中南部的日夜溫差相當大,也請多注意氣溫的變化。
另外,海面上有一熱帶性低氣壓1005百帕,在北緯12.5度,東經142.5度,即在關島附近海面,向西北西移動,時速15公里。恐成颱風,氣象局密切觀察中。
關鍵字:
今日
天氣
嘉義
清晨
溫差
保暖
留言列表