馮珮汶
2013年7月31日 14:51
");
$(".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();
});
}
//-------------------
});
-
台灣經典美食展8月將揭開序幕,46家觀光飯店參與刷新紀錄,業者紛紛祭好康吸客。
記者馮珮汶/台北報導
愛啖美食的老饕們注意了,一年一度的台灣美食展今年首度轉型,全新型態的「台灣美食經典展」8月將揭開序幕,46家觀光飯店參與刷新紀錄,業者紛紛祭好康吸客。
不同於以往要到展場大排長龍搶優惠,常常引發口角衝突,今年利用網路,動動手指就可以選擇想要的美味好夯,8月1日至30日至網站下載饕客券即可享有優惠,國內知名飯店業者也推出「美食月88折優惠」及「好康餐券專區」,各館人氣餐廳超值餐券下殺63折起,午、晚餐下殺85折,全台餐廳也都下殺88折,讓民眾花小錢享受五星級的完美體驗。
而今年美食展除了網路下單,搶購最低53折餐券,餐廳門口只要張貼「食來運轉遊台灣」海報,就能現場搶好康美食,前八十八名將送出兩千元到三百元折扣。
▲台灣經典美食展8月將揭開序幕,46家觀光飯店參與刷新紀錄,業者紛紛祭好康吸客。
國內知名飯店也首度結合全台三館及台北四家飯店住宿券,任選一館入住,不管是台北溫馨服務或是高雄愛河無敵景觀都能同時享受,另外飯店再加碼推出3人行及4人行住宿專案,搶攻消費者荷包。
吃美食、瘋住宿還不夠,網站也開放民眾票選、美食小當家等互動遊戲,優質店家週週抽50幸運兒,總獎金高達65萬元,還能享用2萬元免費美食,而各大餐廳、飯店業者也各出奇招搶客源,爭取15萬元獎勵金。
關鍵字:
美食展
國賓
飯店
餐廳
觀光
優惠
美食
住宿
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
留言列表