Vérifiez si la variable est un objet jQuery

if (obj instanceof jQuery){
    console.log('object is jQuery');
}
0000-0000-0111