Linda
2013年9月16日 11:56
");
$(".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();
});
}
//-------------------
});
-
▲狗狗:每年都要準時來打疫苗喔~(圖/台灣動物緊急救援小組提供)(設計對白)
記者簡怡欣/台北報導
狂犬病延燒,各地民眾送檢路倒動物,就怕是死因為感染狂犬病;指揮中心今(16)日指出,檢測的鼬獾、松鼠、山羌、貓、狗等50例動物樣材均為陰性,檢驗感染動物種類仍以鼬獾為主。
指揮中心表示,前2日共檢測鼬獾、松鼠、山羌、貓、狗等50例動物樣材,檢驗結果均為陰性,至目前為止,已檢測食肉目野生動物546例、其他野生動物271例、犬712例、貓46例及蝙蝠40例,其中131例鼬獾、1例錢鼠及1例遭鼬獾咬傷後隔離期間檢出的犬隻確診感染狂犬病,其餘皆未檢出狂犬病,案例發生地區為9縣市49鄉鎮,感染動物種類以鼬獾為主。
指揮中心提醒,民眾應不接觸、獵捕與飼養野生動物,寵物切勿棄養且定期施打疫苗,家中犬貓如從未施打過狂犬病疫苗,或超過1年以上未再補強注射,務必帶至動物醫院施打狂犬病疫苗,以提昇犬貓狂犬病疫苗施打覆蓋率;而如果家中幼犬、貓因月齡3個月以下,暫時無法接種動物狂犬病疫苗者,避免其接觸其他野生動物,以保障人畜安全。
關鍵字:
狂犬病
鼬獾
疫苗
犬貓
寵物
留言列表