JS detecta se o conteúdo editável div está vazio

  if ($('#divThatYouCanWriteStuffIn').text().trim().length == 0) {
    alert("empty");
  }
Modern Mouse