This snippet will give you the IsEmpty function for Javascript.
Sample Javascript
String.prototype.IsEmpty = function(text) { return this.valueOf() || text || ""; };
This snippet will give you the IsEmpty function for Javascript.
String.prototype.IsEmpty = function(text) { return this.valueOf() || text || ""; };