自己编写jquery插件

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插件的主要内容,如果未能解决你的问题,请参考以下文章

自己编写jQuery动态引入js文件插件 (jquery.import.dynamic.script)

编写自己的 Javascript 插件来创建音频播放器

新手如何编写jQuery插件

如何编写jQuery插件

两个jquery编写插件实例

编写优秀jQuery插件的10个技巧