JQuery Verifique se o pai tem 2 CHLDs
if ( $('#myfav').children().length > 0 ) {
// do something
}
Enthusiastic Echidna
if ( $('#myfav').children().length > 0 ) {
// do something
}