Skip to content

Instantly share code, notes, and snippets.

View soberfuture's full-sized avatar
🏠
Working from home

Sober soberfuture

🏠
Working from home
  • China
View GitHub Profile
@soberfuture
soberfuture / jQuery-plugin-authoring.md
Created January 19, 2021 12:22 — forked from quexer/jQuery-plugin-authoring.md
如何编写 jQuery 插件

创建插件


看来 jQuery 你已经用得很爽了,想学习如何自己编写插件。非常好,这篇文档正适合你。用插件和方法来扩展 jQuery 非常强大,把最聪明的功能封装到插件中可以为你及团队节省大量开发时间。

开始