jQuery プラグインの作成方法
参考:
jQueryプラグインの作り方 ~ 重要な3つのポイント ~ – nigoblog
jQuery拡張の仕組み 〜 JSおくのほそ道 #013 – Qiita
jQueryプラグインを自作するには?($.fn) – Build Insider
jQuery.fn.extend() | jQuery API Documentation [Official]
jQuery.fn
TL;DR
jQuery.fn は jQuery.prototype のショートハンド
jQuery.fn = jQuery.prototype = { // ... }
参考: