JS wykrywa, czy Div edytujący treść jest pusty
if ($('#divThatYouCanWriteStuffIn').text().trim().length == 0) {
alert("empty");
}
Modern Mouse
if ($('#divThatYouCanWriteStuffIn').text().trim().length == 0) {
alert("empty");
}