You can check if jQuery has been loaded just as you would for any other Javascript object:
if(typeof(jQuery) != 'undefined'){ // jQuery is loaded }