http://blog.csdn.net/chenxi1025/article/details/52222327
jQuery.fn.center = function () {
this.css("top", ( $("body").height() - this.outerHeight() ) / 2+$(window).scrollTop() + "px");
return this;
}
$(".hint").center();
标签:href detail win jquer int pos .net this window
http://blog.csdn.net/chenxi1025/article/details/52222327
jQuery.fn.center = function () {
this.css("top", ( $("body").height() - this.outerHeight() ) / 2+$(window).scrollTop() + "px");
return this;
}
$(".hint").center();
标签:href detail win jquer int pos .net this window
原文地址:https://www.cnblogs.com/loveamyforever/p/8360030.html