Built with from Grav and Hugo
function isEmpty(elementid) { if($("#" + elementid).getValue() == '' ) return true; return false; }