// JavaScript Document /*聚焦框*/ /* $(function(){ var ad = $(".adjjk"); var e = ad.offset(); $("body").append("
"); $(".adborder").css({ "width":document.body.clientWidth-4+"px", "height":document.body.clientHeight-4+"px", "position":"absolute", "border":"2px solid #f00", "left":"0", "z-index":"999", "top":"0"}).animate({ "width":ad.width(), "height":ad.height()-3, "left":e.left, "top":e.top},1500).fadeOut(1500).fadeIn(1500).fadeOut(3000); }) 2015年9月21日 10:03:42 */ /* document.writeln(""); document.writeln(""); */