$v_IsEmpty(pThis)
Returns true or false if a form element is empty, this will consider any whitespace including a space, a tab, a form-feed, as empty. This will also consider any null value that has been specified on the item.
Return Value
[true | false]
Parameters
pThis (DOM Node | String)