/* 本 js 已不用,故做他用 /*--------------------------------------------------------------------------*/ /* 修正左欄中間T-Bar版位*/ $(document).ready(function() { /*修正星光大道classname*/ var star = $(".star_adbanner").size(); if (star == 0) { $(".adbanner").eq(2).removeClass().addClass("star_adbanner"); } $("#content .adbanner > div").css({"float":"left","margin":"0 15px!important","margin":"0 8px"}); $("#content .adbanner > object").wrap("
"); $("#content .adbanner > a").wrap(""); /*新聞頁中的圖*/ $("p.news > img").wrap(""); }); /* 延遲顯示圖片*/ //$(function() { // $("img").lazyload({ // placeholder : "http://www.nownews.com/include_ver8/images/loadingAnimation.gif", // effect : "fadeIn" // }); //});