ヾ【JS】ノ jQueryでプラグインが読み込まれているかの判定 2018年01月30日 メモメモif (typeof $.fn.プラグイン名 === 'function') { // ~プラグインが読み込まれていた場合の処理~ } タグ :JavaScriptjQueryプラグイン