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();
Posted Amy-WebFrontEnd
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自己编写jquery插件相关的知识,希望对你有一定的参考价值。
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();
以上是关于自己编写jquery插件的主要内容,如果未能解决你的问题,请参考以下文章