国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

jquery實(shí)現(xiàn)彈出層完美居中效果

2019-11-20 21:01:24
字體:
供稿:網(wǎng)友

jquery實(shí)現(xiàn)彈出層完美居中效果

復(fù)制代碼 代碼如下:

showDiv($("#pop"));
function showDiv(obj){
 $(obj).show();
 center(obj);
 $(window).scroll(function(){
  center(obj);
 });
 $(window).resize(function(){
  center(obj);
 });
}

function center(obj){
 var windowWidth = document.documentElement.clientWidth;  
 var windowHeight = document.documentElement.clientHeight;  
 var popupHeight = $(obj).height();  
 var popupWidth = $(obj).width();   
 $(obj).css({  
  "position": "absolute",  
  "top": (windowHeight-popupHeight)/2+$(document).scrollTop(),  
  "left": (windowWidth-popupWidth)/2  
 }); 
}

發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 汉沽区| 饶平县| 个旧市| 新疆| 阿克陶县| 重庆市| 蒙自县| 漳州市| 安化县| 平遥县| 高州市| 石林| 高州市| 龙南县| 阳山县| 邵东县| 永州市| 延吉市| 三河市| 寿光市| 托克托县| 昔阳县| 兴山县| 临漳县| 湘潭市| 稻城县| 东至县| 湘潭县| 芒康县| 广丰县| 竹山县| 和平县| 南投县| 乌拉特后旗| 梅河口市| 弋阳县| 丁青县| 右玉县| 井研县| 兖州市| 工布江达县|