(function(){ if(typeof jQuery == 'undefined'){ console.log('no');//jQueryがない場合 } else { console.log('yes');//jQueryがある場合 }; })();