I'm trying to call a function only if an HTML element is empty, using jQuery.
Something like this:
Something like this:
Read more
if (isEmpty($('#element'))) {
// do something
}