periksa jQuery apakah orang tua memiliki 2 chlds

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