带JQUERY的中心DIV

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了带JQUERY的中心DIV相关的知识,希望对你有一定的参考价值。

  1. jQuery.fn.center = function () {
  2. this.css("position","absolute");
  3. this.css("top", ( $(window).height() - this.height() ) / 2+$(window).scrollTop() + "px");
  4. this.css("left", ( $(window).width() - this.width() ) / 2+$(window).scrollLeft() + "px");
  5. return this;
  6. }
  7.  
  8.  
  9. $(element).center();

以上是关于带JQUERY的中心DIV的主要内容,如果未能解决你的问题,请参考以下文章

查找子图像宽度并将其应用于包含父 div jquery

jQuery 旋钮 - 渲染问题

Unity怎么制作中心带logo的二维码

zookeeper--基于watcher原理实现带注册中心的RPC框架

html 带幻灯片的中心文本

html 带幻灯片的中心文本