jquery trim characters from end of string code example Example: trim space in jquery var str = " Hello World! "; alert(str.trim());