Verifique se o elemento tem o Childs jQuery

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