jQuery Plugins — a practical guide to jQuery plugins with clear examples you can reuse in real projects.
jQuery Tutorial Series (80/101). Prefer one article? Read the complete jQuery tutorial.
Short description
Choose maintained plugins; many old ones are unmaintained.
Plugin idea
$.fn.myPlugin = function () { ... }
Options + defaults
Return this for chaining
Destroy/teardown method