JS Sprawdź, czy div jest pusty

if ($('#element').is(':empty')){
  //do something
}
Heinz