JS Periksa apakah Div kosong
if ($('#element').is(':empty')){
//do something
}
Heinz
if ($('#element').is(':empty')){
//do something
}