jQuery.trim is deprecated; use String.prototype.trim code example Example: trim space in jquery var str = " Hello World! "; alert(str.trim());