摘要:
var contewidh=$("#container_pb").width() var itemwidth=Math.floor((contewidh-10)/2-12); if (itemwidth%2==0){$('.item').css({width:itemwidth})} if (itemwidth%2==1){$('.item').css({width:(itemwidth-1)}... 阅读全文
摘要:
function closewin(){ self.opener=null; self.close(); } function clock(){ i=i-1 // document.title="本窗口将在"+i+"秒后自动关闭!"; $('.num').html(+i+"秒后自动关闭!"); if 阅读全文