Instantly share code, notes, and snippets.
#jQueryが読み込まれているか判定する
if(jQuery().pluginName) { // ここに処理 }