Überprüfen Sie, ob das Element Childs JQuery hat

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