Home > JavaScript APIs > $f_get_empty...
Checks an item or an array of items to see if any are empty, set the class of all items that are empty to pClassFail
, set the class of all items that are not empty to pClass
.
Return Value
false, Array Array of all items that are empty (false | Array)
Parameters
pNd (DOM node | string ID | DOM node Array) Sting (pClassFail) Sting (pClass)