nownews運動新聞
2013年10月16日 11:44
");
$(".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();
});
}
//-------------------
});
-
Yasiel Puig的慶祝方式,常惹爭議。(圖/美聯社/達志影像)
記者楊政典/綜合報導
又有人不爽Yasiel Puig在場上的慶祝方式,這回發難的,是紅雀隊外野手Carlos Beltran。國聯冠軍賽第三戰,Puig敲出三壘安打後,先站在打擊區看球的落點,發現不是全壘打、拔腿狂奔、衝上三壘時,又大力鼓掌、高舉雙手,令Beltran不是滋味。
「身為一位球員,我想,Puig不知道該如何慶祝,」Beltran說,「他大概還以為,不是在大聯盟吧!毫無疑問,Puig有天賦、有才能、有熱情,但我想,他還得花點時間,才能學會更冷靜一點慶祝。」
Puig的那記安打,就打往Beltran的管區,「Puig那樣慶祝,對我而言,真的不太好,我很不喜歡。」
有那麼嚴重嗎?道奇隊學長紛紛跳出來為Puig講話。「那就是Puig,」外野手Carl Crawford說,「這一整年來,他都是這樣的,其實我明白,菜鳥不應該做那樣的事,但球迷喜歡,所以我想,應該還OK吧!」
Jerry Hairston Jr.也要為小老弟辯護:「我知道,有時對手不喜歡Puig的衝勁,但希望對手了解,Puig只是想有好表現,而非有其他意思。他就像是在小聯盟比賽的16歲小孩,對比賽充滿熱情,並非不敬。」
不過,Beltran自稱,這是給Puig良心建議:避免刺激對手。 (接下一頁)
關鍵字:
瘋棒球
MLB
Puig
Beltran
紅雀
道奇
季後賽
外野
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:
留言列表