JS prüfen, ob Div leer ist
if ($('#element').is(':empty')){
//do something
}
Heinz
if ($('#element').is(':empty')){
//do something
}