I need to check if array contains at least one empty elements. If any of the one element is empty then it will return false.
Example:
var my_arr = ne
You can try jQuery.inArray() function:
return jQuery.inArray("", my_arr)