Vérifiez si l'élément a des enfants jQuery

if ( $('#myfav').children().length > 0 ) {
     // do something
}
Enthusiastic Echidna