I always thought I could just check an undefined var by comparing it to undefined, but this is the error I get in the chrome console :
if(jQuery) should be enough, shouldn't it?
if(jQuery)