Skip to content

Instantly share code, notes, and snippets.

View S-TE11A's full-sized avatar
🎣

白茶@S_TE11A S-TE11A

🎣
View GitHub Profile
@S-TE11A
S-TE11A / jQuery-plugin-authoring.md
Created November 16, 2016 03:04 — forked from quexer/jQuery-plugin-authoring.md
如何编写 jQuery 插件

创建插件


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

开始