function textIsNullOrEmpty(textValue) { return (textValue == undefined || textValue == null || $.trim(textValue) == "");}