JS обнаружен, если контент редактируемый div пуст
if ($('#divThatYouCanWriteStuffIn').text().trim().length == 0) {
alert("empty");
}
Modern Mouse
if ($('#divThatYouCanWriteStuffIn').text().trim().length == 0) {
alert("empty");
}