Check for Empty Elements

Do something for each empty element found: $(‘*’).each(function() { if ($(this).text() == “”) { //Do Something } }); TRUE or … Continue reading Check for Empty Elements