jQuery("#divShow").show(); } jQuery(function(){ }); //滾動條滾動,執(zhí)行下面的函數(shù),適合做浮動廣告 jQuery(this).scroll(function(){ jQuery("#divAd").css("top",100 + jQuery(document).scrollTop()); jQuery("#divAd").css("left",100 + jQuery(document).scrollLeft()); ...
www.dbjr.com.cn/article/226...htm 2025-5-28