码迷,mamicode.com
首页 > Web开发 > 详细

自己编写jquery插件

时间:2018-01-26 17:06:52      阅读:185      评论:0      收藏:0      [点我收藏+]

标签: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();

自己编写jquery插件

标签:href   detail   win   jquer   int   pos   .net   this   window   

原文地址:https://www.cnblogs.com/loveamyforever/p/8360030.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!