沈俐萱
2013年7月24日 19:07
");
$(".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();
});
}
//-------------------
});
-
▲「寵愛毛小孩徵文活動」介紹(圖/取自活動官網)
記者沈俐萱/台北報導
「2013台北寵物用品展」即將到來,許多喜愛寵物的朋友們早已蓄勢待發,準備「衝」進現場,許多寵物網站也紛紛祭出寵物展折價券、寵物展門票免費送等活動,而PetFun 寵樂粉絲團更是大方送出超過1700張免費寵物展門票。
由於今年主題犬為「法國鬥牛犬」,PetFun寵樂網特別舉行「法鬥趣味造型選拔賽」,只要上傳自家法鬥寶貝的創意造型,並留言及拉票,獲得「投票數」最多的前100名將獲得免費寵物展門票。
▲「法鬥趣味造型選拔賽」得票數最高的法鬥「焢肉」(圖/取自活動官網)
致力於提供優惠平台的PetFun寵樂粉絲團,當然也不忘回饋廣大的粉絲們,因此也邀請各個「寵物家族」一同參與【寵物家族團結集氣送門票】活動,同樣報名後,只要留言及拉票,「得票數」最高的第1名家族,可獲得200張寵物展免費門票,第2名家族,可獲得150張,第3名家族, 100張,第4~10名家族各獲得20張免費門票。
▲「寵物家族團結集氣送門票」活動得票數最高的「小瑪新天地」(圖/取自活動官網)
此外,PetFun寵樂粉絲團舉辦「寵愛毛小孩徵文活動」,只要到指定粉絲團按讚,並發表貓、狗、兔文章,附上5張以上的相片,前1000名網友都可獲得免費寵物展門票。
▲「寵愛毛小孩徵文活動」介紹(圖/取自活動官網)
綜觀以上活動PetFun寵樂網已祭出超過1700張免費寵物展門票,吸引廣大網友分享家中寵物寶貝,看來,寵物展還未登場,網路活動已「熱滾滾」展開。
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: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表